public Int32 CustomSize {get; set;}
Remarks
The CustomSize property allows you to change the spacing occupied by the axis labels between the ticks and the title.
Example
[C#]
tChart1.Axes.Bottom.Labels.CustomSize = 15;
See Also
AxisLabels Class | AxisLabels Members | Steema.TeeChart Namespace