ChartPointCollection Class
ChartPointCollection class
Represents a collection that contains all the points in one series.
type ChartPointCollection struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
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 |