Item

ChartDataPointCollection indexer (1 of 2)

按索引返回系列数据点。

public IChartDataPoint this[int index] { get; }

也可以看看


ChartDataPointCollection indexer (2 of 2)

返回此集合中数据点的索引。

public int this[IChartDataPoint pt] { get; }

也可以看看