ChartXValueCollection

ChartXValueCollection

Overview

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

Represents a collection of X values for a chart series.

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

Methods

SignatureDescription
GetEnumerator()Returns an enumerator object.

See Also