ChartPointCollection Class

ChartPointCollection class

Represents a collection that contains all the points in one series.


type ChartPointCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
ClearRemove all setting of the chart points.
RemoveAtRemoves point at the index of the series..
GetCountGets the count of the chart point.
GetGets the element at the specified index in the series.