Item

ChartDataPointCollection indexer (1 of 2)

Returns the series data point by index (its serial number in this collection).

public IChartDataPoint this[int index] { get; }

See Also


ChartDataPointCollection indexer (2 of 2)

Return index (serial number) of data point in this collection.

public int this[IChartDataPoint pt] { get; }

See Also