IChartAxis Interface
A class encapsulating the information of an axis
Syntax
Unit: FlexCel.Core
IChartAxis = interface(IInterface);
Properties
Name |
Description |
Index |
Axis Index. 0 means primary, 1 secondary.
|
CategoryAxis |
Returns information about the Category Axis (X-Axis on a non rotated chart). Note that this might be a TValueAxis axis for scatter charts, or a TCategoryAxis for line or bar charts.
|
ValueAxis |
Returns information about the Value Axis (Y-Axis on a non rotated chart).
|