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