com.aspose.slides
Interface IChartSeriesReadonlyCollection

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

public interface IChartSeriesReadonlyCollection
extends IGenericCollection<IChartSeries>

Represents a readonly collection of ChartSeries


Method Summary
 IChartSeries get_Item(int index)
           Gets the element at the specified index.
 
Methods inherited from interface com.aspose.slides.IGenericCollection
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)

Gets the element at the specified index.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.