Aspose::Words::Drawing::Charts::BubbleSizeCollection class
Contents
[
Hide
]BubbleSizeCollection class
Represents a collection of bubble sizes for a chart series.
class BubbleSizeCollection : public System::Collections::Generic::IEnumerable<double>
Methods
Method | Description |
---|---|
get_Count() | Gets the number of items in this collection. |
GetEnumerator() override | Returns 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
- Namespace Aspose::Words::Drawing::Charts
- Library Aspose.Words for C++