IAxisLabels.Size
IAxisLabels

property Size: Integer;

Type Library
TeeChartx

Description
The AxisLabels' Size property is 0 by default.

Therefore the space between the Axis and the Chart will be automatically calculated based on the Axis Labels Width and Height.

Example [Visual Basic]:

You can set this property both at design or runtime:

TChart1.Axis.Right.Labels.Size = 50 (50 pixels separation)