class
ChartPointCollection
Source: aspose.
Represents a collection that contains all the points in one series.
Methods
clear()
Remove all setting of the chart points.
get(index) → ChartPoint
Gets the ChartPoint element at the specified index in the series.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
The index of chart point in the series. |
- Returns
-
ChartPoint
The ChartPoint object.
getCount()
Gets the count of the chart point.
iterator() → Iterator
Returns an enumerator for the entire ChartPointCollection.
- Returns
-
Iterator
removeAt(index)
Removes point at the index of the series..
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
The index of the point. |