Item

IChartCellCollection 索引器

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

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

返回值

带有数据的单元格。

另请参见