Aspose::Words::Drawing::Charts::BubbleSizeCollection class

BubbleSizeCollection class

Represents a collection of bubble sizes for a chart series.

class BubbleSizeCollection : public System::Collections::Generic::IEnumerable<double>

Methods

MethodDescription
get_Count()Gets the number of items in this collection.
GetEnumerator() overrideReturns an enumerator object.
GetType() const override
idx_get(int32_t)Gets or sets the bubble size value at the specified index.
idx_set(int32_t, double)Gets or sets the bubble size value at the specified index.
Is(const System::TypeInfo&) const override
static Type()

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