ChartYValueCollection

ChartYValueCollection

Overview

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

Represents a collection of Y values for a chart series.

This class provides 1 method for working with ChartYValueCollection 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 Y values.

Methods

SignatureDescription
GetEnumerator()Returns an enumerator object.

See Also