IChartArea.AutoPadding

Syntax

AutoPadding: Boolean;

Description

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

Comments

The AutoPadding property is set to True by default, and paddings from each edge of the chart are 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.

Example

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

See also:

IChartArea