Sets the style of the labels.
public AxisLabelStyle Style {get; set;}

Remarks


Setting the Axis.Label.Style property to talAuto will force the Axis to guess what labels will be drawn.
For each Active associated Series, if the Series have XLabels then the Label.Style will be talText.
If no Series have XLabels, then Label.Style will be talValue.
If no Active Series are associated with the Axis, the Label.Style will be talNone.

See Also

AxisLabels Class | AxisLabels Members | Steema.TeeChart Namespace