ChartPointCollection

ChartPointCollection class

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

Properties

NameTypeDescription
CountintGets the count of the chart point.
Item (int)ChartPointGets the ChartPoint element at the specified index in the series.

Methods

NameDescription
iteratorReturns an enumerator for the entire ChartPointCollection .
clearRemove all setting of the chart points.
removeAtRemoves 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..

ParameterTypeDescription
indexintThe index of the point.