ChartPointCollection Class
ChartPointCollection class
Represents a collection that contains all the points in one series.
type ChartPointCollection struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetEnumerator | Returns an enumerator for the entire ChartPointCollection. |
| Clear | Remove all setting of the chart points. |
| RemoveAt | Removes point at the index of the series.. |
| GetCount | Gets the count of the chart point. |
| Get | Gets the ChartPoint element at the specified index in the series. |