IBubbleChartBackgroundInfo.GradientColor

Fore Syntax

GradientColor: IGxColor;

Fore.NET Syntax

GradientColor: Prognoz.Platform.Interop.Drawing.GxColor;

Description

The GradientColor property determines an end color of the gradient fill.

Comments

Use the GradientColor property if the Type property is set to BubbleChartBackgroundType.LinearGradient or BubbleChartBackgroundType.RadialGradient.

Example

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

See also:

IBubbleChartBackgroundInfo