Item

ChartCellCollection 索引器

通过索引返回一个单元格(IChartDataCell)。

public IChartDataCell this[int index] { get; }
参数描述
index单元格的索引。

返回值

包含数据的单元格。

另见