IChartArea.AutoPadding

Fore Syntax

AutoPadding: Boolean;

Fore.NET Syntax

AutoPadding: System.Boolean;

Description

The AutoPadding property determines values of automatic padding from the chart edges.

Comments

By default the AutoPadding property is set to True, and the padding from each edge of the chart is 2.5 mm.

This property is saved with the chart. If an object from the previous version is loaded, the AutoPadding and Padding properties are set by default.

Fore and Fore.NET examples

Examples are given in description of the IChartArea.Padding property.

See also:

IChartArea