TExportChart is the abstract chart class. Don't use it directly. Use child classes instead.
Name | Description |
---|---|
TExportChartBars | Bar chart |
TExportChartLines | Line chart |
TExportChartAreas | Area chart |
TExportChartXY | Scatter (XY) chart |
TExportChartBubbles | Bubble chart |
TExportChartPie | Pie chart |
Name | Type | Description |
---|---|---|
Title | OWideString | Chart title. Will be shown above the chart. |
Data | TExportChartDataList | Data list. |
XTicsRange | TExportRange | X-axis tics titles. Not applicable for pie chart. |
XAxis | TExportChartAxis | X-axis settings. |
YAxis | TExportChartAxis | Y-axis settings. |
Legend | TExportChartLegend | Legend settings. |
Name | OWideString | Internal chart name. Won't be shown directly in the worksheet. |
Fill | TExportDrawingFill | Background fill of the drawing. |
Border | TExportDrawingBorder | Border of the drawing. |
Shadow | TExportDrawingShadow | Shadow of the drawing. |