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