Item

IChartDataPointCollection indexer (1 of 2)

通过索引返回系列数据点(在此集合中的序列号)。

public IChartDataPoint this[int index] { get; }

另见


IChartDataPointCollection indexer (2 of 2)

返回此集合中数据点的索引(在此集合中的序列号)。

public int this[IChartDataPoint pt] { get; }

另见