The IChartExporter interface contains properties and methods for chart export.
| Property name | Brief description | |
| Chart | The Chart property determines a chart for export. | |
| PixelHeight | The PixelHeight property determines the chart height in pixels. | |
| PixelWidth | The PixelWidth property determines chart width in pixels. | |
| Scale | The Scale property determines the scale of a chart for export. |
| Property name | Brief description | |
| CSSClassName | The CSSClassName property determines prefix for elements of HTML styles table. | |
| Encoding | The Encoding property sets code page of the conversion table, according to which the data is to be exported. | |
| ExportFromWeb | The ExportFromWeb property determines the operation to be performed for the report in Web application: whether the report is exported or opened in preview mode. |
| Method name | Brief description | |
| GetBitmap | The GetBitmap method returns the graphic view of a chart. |
| Method name | Brief description | |
| ExportToFile | The ExportToFile method exports data to a file of specified format. |
See also: