TExportChartAxis defines the axis settings of a chart.
Name | Type | Description |
---|---|---|
Caption | OWideString | Axis caption. |
Line | TExportDrawingBorder | Axis line appearance. |
Logarithmic | Boolean | Sets logarithmic scale of the axis. |
MajorGridLines | TExportDrawingBorder | Major grid lines appearance. |
MinorGridLines | TExportDrawingBorder | Minor grid lines appearance. |
ShowNumbers | Boolean | Defines whether tick numbers (or captions) are shown. |
TickSkip | Double | The interval between axis tics. |