Visualizators > Visualizators Assembly Interfaces > IVZChartSeries
Assembly: Visualizators;
The IVZChartSeries interface is used to work with a collection of bubble chart data series.
IVZChartSeries
The collection of bubble chart data series can be obtained using the IVZBubbleChart.Series property.
Property name | Brief description | |
![]() |
BubbleChart | The BubbleChart property determines bubble chart parameters. |
![]() |
Count | The Count property returns the size of the data series collection. |
![]() |
Item | The Item property returns the data series by index. |
![]() |
ItemById | The ItemById property returns the data series by identifier. |
See also: