IAxisLabels.OnAxis
IAxisLabels

property OnAxis: WordBool;

Type Library
TeeChartx

Description
Default Value: True

The AxisLabels' OnAxis property controls if Labels just at Axis Minimum and Maximum positions will be shown or NOT.

Set it to False, for example, to remove the "0" zero axis Label when Axis scales are from 0 to 1001:

Example: [Visual Basic]:

TChart1.Axis.Left.SetMinMax 0, 1001

TChart1.Axis.Left.Labels.OnAxis = False

When TChart1.Aspect.View3D is True, Axis scales can vary to adapt Series minimum and maximum point dimensions.