BubbleSizeCollection
Contents
[
Hide
]BubbleSizeCollection class
Represents a collection of bubble sizes for a chart series.
public class BubbleSizeCollection : IEnumerable<double>
Properties
Name | Description |
---|---|
Count { get; } | Gets the number of items in this collection. |
FormatCode { get; set; } | Gets or sets the format code applied to the bubble sizes. |
Item { get; set; } | Gets or sets the bubble size value at the specified index. |
Methods
Name | Description |
---|---|
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
- method Add
- method Add
- method Add
- method Insert
- method Insert
- method Insert
- method Remove
- namespace Aspose.Words.Drawing.Charts
- assembly Aspose.Words