Item

ChartDataPointCollection 索引器 (1 of 2)

返回按索引(序列号)获取系列数据点。

public IChartDataPoint this[int index] { get; }

另请参阅


ChartDataPointCollection 索引器 (2 of 2)

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

public int this[IChartDataPoint pt] { get; }

另请参阅