TextSpacing: Double;
TextSpacing: System.Double;
The TextSpacing property determines the custom distance from a label to an axis line.
The default value of TextSpacing is 2 mm. To use this property, set the AutoTextSpacing property to False. If the TextSpacing property value is negative, the distance from a label to the axis is considered to be zero.
This property is saved with the chart. If an object from the previous version is loaded, the TextAlignment, AutoTextSpacing, TextSpacing, TextVisible, and TextIsMultiline properties for the object are set to their default values.
Examples are given in description of the IChartAxis.AutoTextSpacing property.
See also: