TExportChartData is object where a data series for a chart stored.
Name | Type | Description |
---|---|---|
DataTitle | TExportRange | Title of the data series that is shown in the legend. |
XRange | TExportRange | Range of the data for the X-axis. XRange is used exclusively by TExportChartXY. |
YRange | TExportRange | Range of the data for the Y-axis. |
ExtraRange1 | TExportRange |
Extra range for special charts. Now supported only by TExportChartBubbles for storing bubble size. |
Border | TExportDrawingBorder | Border of data series. For TExportChartLines and TExportChartXY this is the line property. |
Markers | TExportDrawingMarkers | Markers of data series. Used only by TExportChartLines and TExportChartXY. |
Fill | TExportDrawingFill | Fill of data series. Used only by TExportChartBars, TExportChartAreas and TExportChartBubbles. |
Shadow | TExportDrawingShadow | Shadow of data series. Not fully supported by OpenOffice Calc. |
ShowLabels | Boolean | Show labels with values next to the markers (line chart), bars (bar chart), pie sectors (pie chart) etc. |
Please see the TExportChart* sections for example code snippets.