Back to Devexpress

Export a Chart

windowsforms-8730-controls-and-libraries-chart-control-additional-resources-exporting-a-chart.md

latest2.2 KB
Original Source

Export a Chart

  • Feb 01, 2021

This document lists the formats to which a chart control for Windows Forms can be exported. To learn about exporting a Web chart, see How to: Export a Chart.

You can export your ChartControl to an image using the ChartControl.ExportToImage method. For a code example, see How to: Export a Chart to Image.

To export it to any of the following formats, the XtraPrinting library is required.

The following examples demonstrate some of these methods.

See Also

Store the Chart Layout

How to: Export a Chart