ChartPointCollection.Item

ChartPointCollection indexer

Gets the ChartPoint element at the specified index in the series.

public ChartPoint this[int index] { get; }
ParameterDescription
indexThe index of chart point in the series.

Return Value

The ChartPoint object.

See Also