Item

IChartCategoryCollection indexer

Obtiene el elemento en el índice especificado.

public IChartCategory this[int index] { get; }

Valor de retorno

El elemento en el índice especificado.

Excepciones

excepcióncondición
ArgumentOutOfRangeExceptionindex no es un índice válido en IList.

Véase también