Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The IBubbleChartSerie interface contains properties used to define parameters of a matrix data series.
IBubbleChartSerie
Series parameters are available in the IBubbleChartSeries.Item property.
| Property name | Brief description | |
| The BackgroundInfo property returns fill options for the bubble area. | ||
| The BorderColor property determines color of bubble border line. | ||
| The BorderThickness property determines thickness of bubble border line | ||
| The Id property returns the object identifier. | ||
| The Label property returns parameters of the text data label shown next to the bubble. | ||
| The MarkerType property determines bubble shape. | ||
| The Name property returns name of matrix data series. | ||
| The TooltipInfo property returns parameters of the tooltip shown next to the bubble. |
| Property name | Brief description | |
| The Chart property returns parent object which includes the current bubble chart element. |
See also: