IChartGraphArea.Margin

Syntax

Margin: IGxRectF;

Description

The Margin property determines custom values of margins for the chart plot area.

Comments

To use this property, set the AutoMargin property to False. This property is saved together with the chart. If an object from the previous version is loaded, the AutoMargin and Margin properties are set by default.

Example

The example is given in description of the IChartGraphArea.AutoMargin property.

See also:

IChartGraphArea