Item

IChartCellCollection indexer

Devuelve una celda (IChartDataCell) por índice.

public IChartDataCell this[int index] { get; }
ParameterDescription
indexÍndice de una celda.

Return Value

Celda con datos.

See Also