IChartBackgroundInfo.Type

Fore Syntax

Type: ChartBackgroundType;

Fore.NET Syntax

Type: Prognoz.Platform.Interop.Chart.ChartBackgroundType;

Description

The Type property determines fill type.

Comments

Different chart components allow for different fill types. For each fill type there is a corresponding set of properties of the IChartBackgroundInfo interface.

Default property value is None (no background).

Fore and Fore.NET Examples

The property use is given in the example for IChartSerie.Background.

See also:

IChartBackgroundInfo