BubbleSizeCollection

BubbleSizeCollection

Overview

BubbleSizeCollection is a class in Aspose.Words FOSS for .NET. Inherits from: IEnumerable<double>.

Represents a collection of bubble sizes for a chart series.

This class provides 1 method for working with BubbleSizeCollection objects in .NET programs. Available methods include: GetEnumerator. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Count, FormatCode.

Properties

NameTypeAccessDescription
CountintReadGets the number of items in this collection.
FormatCodestringRead/WriteGets or sets the format code applied to the bubble sizes.

Methods

SignatureDescription
GetEnumerator()Returns an enumerator object.

See Also