TickLabelSpacingAuto: Boolean;
The TickLabelSpacingAuto property determines whether the number of categories between tick mark labels is calculated automatically.
Available values:
True. The number of categories between tick mark labels is calculated automatically.
False. To determine the number of categories between tick mark labels, use the IChart.TickLabelSpacing property.
The example of use is given in description of the IChartAxis.TextMultiline property.
See also: