IAxis.TitleSize
IAxis
property TitleSize: Integer;
Type Library
TeeChartx
Description
The TitleSize property is 0 by default.
Therefore the space between the Axis Title and the Chart will be automatically calculated based on the Axis Title Width and Height. You can set this property both at design or runtime.
Example [Visual Basic]:
{50 pixels separation}
TChart1.Axis.Top.TitleSize = 50