BubbleSizeCollection

BubbleSizeCollection class

Represents a collection of bubble sizes for a chart series.

public class BubbleSizeCollection : IEnumerable<double>

Properties

NameDescription
Count { get; }Gets the number of items in this collection.
Item { get; set; }Gets or sets the bubble size value at the specified index.

Methods

NameDescription
GetEnumerator()Returns an enumerator object.

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 NaN.

See Also