IChartAxis.TextSpacing

Fore Syntax

TextSpacing: Double;

Fore.NET Syntax

TextSpacing: System.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 TextAlignment, AutoTextSpacing, TextSpacing, TextVisible, and TextIsMultiline properties for the object are set to their default values.

Fore and Fore.NET Examples

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

See also:

IChartAxis