ChartPointCollection

ChartPointCollection class

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

Methods

NameDescription
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.

ParameterTypeDescription
indexNumberThe 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..

ParameterTypeDescription
indexNumberThe index of the point.