IBubbleChartBackgroundInfo.Color

Fore Syntax

Color: ;

Fore.NET Syntax

Color: ;

Description

The Color property determines a base fill color.

Comments

If the Type property is set to BubbleChartBackgroundType.Color, the Color property sets color of the solid fill.

If the Type property is set to BubbleChartBackgroundType.LinearGradient or BubbleChartBackgroundType.RadialGradient, the Color property determines a start color of the gradient.

Example

The example of use is given in description of the IBubbleChart.ChartArea and IBubbleChart.GraphArea properties.

See also:

IBubbleChartBackgroundInfo