IChartSeriesReadonlyCollection

All Implemented Interfaces: com.aspose.slides.IGenericCollection

public interface IChartSeriesReadonlyCollection extends IGenericCollection<IChartSeries>

Represents a readonly collection of IChartSeries

Methods

MethodDescription
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:

ParameterTypeDescription
indexint

Returns: IChartSeries