Item

ChartCategoryCollection indexer

Gets the element at the specified index.

public IChartCategory this[int index] { get; }

Return Value

The element at the specified index.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionindex is not a valid index in the IList.

See Also