TBaseAxis Class
Common ancestor for all Axis types.
Syntax
Unit: FlexCel.Core
TBaseAxis = class(TFlexCelObject);
Constructors
Name |
Description |
Create |
Creates a new TBaseAxis instance.
|
Properties
Name |
Description |
Deleted |
If true, the axis is not a real axis and must not be drawn.
|
AxisPos |
Position of the axis in the chart.
|
LogBase |
If the axis is logarithmic, the base for the logarithm.
|
Font |
Font used on this axis.
|
NumberFormat |
Format for the numbers on this axis.
|
NumberFormat​Linked​ToSource |
True if the format for the numbers on this axis is linked to the format in the cells in the spreadsheet.
|
AxisLineOptions |
Linestyles for the different lines of this axis.
|
TickOptions |
Options for the ticks and the font used on the labels.
|
Caption |
Axis Caption.
|