Item
ChartSeriesCollection 索引器
获取指定索引处的元素。
public IChartSeries this[int index] { get; }
返回值
指定索引处的元素。
异常
异常 | 条件 |
---|---|
ArgumentOutOfRangeException | index 不是 IList 中有效的索引。 |
获取指定索引处的元素。
public IChartSeries this[int index] { get; }
指定索引处的元素。
异常 | 条件 |
---|---|
ArgumentOutOfRangeException | index 不是 IList 中有效的索引。 |