Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The IBubbleChartBackgroundInfo interface contains properties used to define parameters of background shown for various bubble chart elements.
IBubbleChartBackgroundInfo
Background parameters can be obtained in the following properties:
| Property name | Brief description | |
| Color | The Color property determines basis fill color. | |
| GradientColor | The GradientColor property determines end color of the gradient fill. | |
| LinearGradientAngle | The LinearGradientAngle property determines gradient angle. | |
| RadialGradientOrigin | The RadialGradientOrigin property determines starting point of the gradient. | |
| Type | The Type property determines fill type. |
See also: