com.aspose.slides
Interface IChartSeriesReadonlyCollection

All Superinterfaces:
com.aspose.ms.System.Collections.ICollection<IChartSeries>, com.aspose.ms.System.Collections.IEnumerable<IChartSeries>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IChartSeries>, java.lang.Iterable<IChartSeries>

public interface IChartSeriesReadonlyCollection
extends com.aspose.ms.System.Collections.ICollection<IChartSeries>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IChartSeries>

Represents a readonly collection of ChartSeries


Method Summary
 IChartSeries get_Item(int index)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.ICollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

IChartSeries get_Item(int index)