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