IChartAxis.TextSpacing

Syntax

TextSpacing: Double;

Description

The TextSpacing property determines a custom distance from a label to an axis line.

Comments

The default value of TextSpacing is 2 mm. To use the property, set the AutoTextSpacing property to False. If the TextSpacing property value is negative, the distance from a label to the axis is zero.

This property is saved together with the chart. If an object from the previous version is loaded, the following properties are set for it by default: TextAlignment, AutoTextSpacing, TextSpacing and TextVisible.

Example

Examples are given in description of the IChartAxis.AutoTextSpacing property.

See also:

IChartAxis