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