IChartBackgroundInfo.Type

Syntax

Type: ChartBackgroundType;

Description

The Type property enables the user to determine a 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.

The property is set to None (no background) by default.

Example

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

See also:

IChartBackgroundInfo