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
| 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 Y values. |
Methods
| Signature | Description |
|---|---|
GetEnumerator() | Returns an enumerator object. |