TChartAxis.LabelStyle

TChartAxis.LabelStyle
TChartAxis

property LabelStyle: TAxisLabelStyle;

Unit
TeEngine

Description
Setting the Axis.LabelStyle 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 LabelStyle will be talText.

If no Series have XLabels, then LabelStyle will be talValue.

If no Active Series are associated with the Axis, the LabelStyle will be talNone.