Description

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.

Properties

 

ArcAngleEnd

Log

TicksMajorColor

TicksSpacing

ArcAngleStart

Max

TicksMajorDivisions

TicksVisible

AutoScale

Min

TicksMajorGrid

Top

Discrete

Name

TicksMajorGridColor

Type

DiscreteBase

NameVisible

TicksMajorInterval

ValueLabelsCount

DiscreteInterval

ReverseOrder

TicksMinor

ValueLabelsGridsVisible

FormatString

TicksAboveRight

TicksMinorColor

ValueLabelsLabelsVisible

Height

TicksBelowLeft

TicksMinorDivisions

ValueLabelsPosition

LabelsAboveRight

TicksInside

TicksMinorGrid

ValueLabelsTicksVisible

LabelsBelowLeft

TicksLabelVisible

TicksMinorGridColor

Width

LabelsColor

TicksMajor

TicksMinorInterval

 

Left

TicksMajorBase

TicksOutside

 

Methods

 

GetValueLabel

MoveValueLabel

SetValueLabel

InsertValueLabel

RemoveValueLabel

 

Constants

 

enumAAxisTicksSpacing

enumAAxisType

enumAAxisValueLabelsPosition

See Also

Chart, Plot, Slider