BubbleSizeCollection class

BubbleSizeCollection class

Represents a collection of bubble sizes for a chart series.

Remarks

The collection allows only changing bubble sizes. To add or insert new values to a chart series, or remove values, the appropriate methods of the ChartSeries class can be used.

Empty bubble size values are represented as None.

Indexers

NameDescription
__getitem__(index)Gets or sets the bubble size value at the specified index.

Properties

NameDescription
countGets the number of items in this collection.

See Also