Item

IChartCellCollection indexer

Returns a cell (IChartDataCell) by index.

public IChartDataCell this[int index] { get; }
ParameterDescription
indexIndex of a cell.

Return Value

Cell with data.

See Also