TeEngine.TAxisLabels.Size
 
 
 


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)



Send us Help Feedback. Copyright 1995-2024 © by Steema Software. All Rights Reserved.