IChartSeriesReadonlyCollection
All Implemented Interfaces: com.aspose.slides.IGenericCollection
public interface IChartSeriesReadonlyCollection extends IGenericCollection<IChartSeries>
Represents a readonly collection of IChartSeries
Methods
| Method | Description |
|---|---|
| get_Item(int index) | Gets the element at the specified index. |
get_Item(int index)
public abstract IChartSeries get_Item(int index)
Gets the element at the specified index.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int |
Returns: IChartSeries