IBubbleChartBackgroundInfo.Color

Fore Syntax

Color: ;

Fore.NET Syntax

Color: ;

Description

The Color property determines basis 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 indicates starting color of the gradient.

Example

Example of Use is given in description of the IBubbleChart.ChartArea and IBubbleChart.GraphArea properties.

See also:

IBubbleChartBackgroundInfo