Item

ChartCategoryCollection 索引器

获取指定索引处的元素。

public IChartCategory this[int index] { get; }

返回值

指定索引处的元素。

异常

exceptioncondition
ArgumentOutOfRangeExceptionindex 不是 IList 中有效的索引。

另见