IChartGraphArea.Margin

Fore Syntax

Margin: IGxRectF;

Fore.NET Syntax

Margin: Prognoz.Platform.Interop.Drawing.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.

Fore Example

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

Fore.NET Example

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

See also:

IChartGraphArea