public interface IChartSeriesReadonlyCollection extends IGenericCollection<IChartSeries>
Represents a readonly collection of IChartSeries
Modifier and Type | Method and Description |
---|---|
IChartSeries |
get_Item(int index)
Gets the element at the specified index.
|
iterator
IChartSeries get_Item(int index)
Gets the element at the specified index.