The AAxis class defines the axis for the ASlider and AChart controls. Its properties determine how data values are scaled to the range displayed on the control where ticks and grids are drawn, and what kinds of labels are placed on the axis.
The axis displays the following items: Major/Minor ticks, Numeric labels, Value labels, Grid and Caption. The axis can also have additional labels next to the ticks. These labels are set using the ValueLabels collection object.
The possible range of axis values is determined by the Min and Max properties. The Axis scale can be set to be discrete or continuous using the Discrete property. In discrete mode the possible values of the scale are limited and calculated using the DiscreteBase and DiscreteInterval properties.
|
|
|||
|
|
|
|