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
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of items in this collection. |
FormatCode | string | Read/Write | Gets or sets the format code applied to the X values. |
Methods
| Signature | Description |
|---|---|
GetEnumerator() | Returns an enumerator object. |