TAxisLabels.Size
TAxisLabels
property Size: Integer;
Unit
TeEngine
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:
You can set this property both at design or runtime:
TChart1.Axis.Right.Labels.Size: = 50;
// (50 pixels separation)