BubbleChartBackgroundType

Description

The BubbleChartBackgroundType enumeration contains fill types of bubble chart components.

It is used by the following property:

Available Values

Value Brief description
0 None. No background.
1 Color. Solid color. When this type is selected, specify a basic color: IBubbleChartBackgroundInfo.Color.
2 LinearGradient. Linear and gradient fill. When this type is selected, specify a start color (IBubbleChartBackgroundInfo.Color) and end color of the gradient (IBubbleChartBackgroundInfo.GradientColor), as well as gradient angle (IBubbleChartBackgroundInfo.LinearGradientAngle).
3 RadialGradient. Radial gradient fill. When this type is selected, specify a start color (IBubbleChartBackgroundInfo.Color) and end color (IBubbleChartBackgroundInfo.GradientColor) of the gradient, as well as start point (IBubbleChartBackgroundInfo.RadialGradientOrigin).

See also:

Chart Assembly Enumerations