ChartDataPointCollection
Overview
ChartDataPointCollection is a class in Aspose.Words FOSS for .NET.
Inherits from: IEnumerable<ChartDataPoint>.
Represents collection of a ChartDataPoint.
This class provides 4 methods for working with ChartDataPointCollection objects in .NET programs.
Available methods include: ClearFormat, CopyFormat, GetEnumerator, HasDefaultFormat.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Returns the number of ChartDataPoint in this collection. |
Methods
| Signature | Description |
|---|---|
GetEnumerator() | Returns an enumerator object. |
ClearFormat() | Clears format of all ChartDataPoint in this collection. |
HasDefaultFormat(dataPointIndex: int) | Gets a flag indicating whether the data point at the specified index has default format. |
CopyFormat(sourceIndex: int, destinationIndex: int) | Copies format from the source data point to the destination data point. |