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, the user should specify basic color: IBubbleChartBackgroundInfo.Color.
2 LinearGradient. Linear and gradient fill. When this type is selected, the user should specify start color (IBubbleChartBackgroundInfo.Color) and end color of the gradient (IBubbleChartBackgroundInfo.GradientColor), as well as gradient angle (IBubbleChartBackgroundInfo.LinearGradientAngle).
3 RadialGradient. Radial gradient. When this type is selected, the user should define start color (IBubbleChartBackgroundInfo.Color) and end color (IBubbleChartBackgroundInfo.GradientColor) of the gradient, as well as starting point (IBubbleChartBackgroundInfo.RadialGradientOrigin).

See also:

Chart Assembly Enumerations