com.aspose.slides
Interface IChartSeriesCollection

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>
All Known Implementing Classes:
ChartSeriesCollection

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

Represents collection of IChartSeries


Method Summary
 IChartSeries add(IChartCellCollection cellsWithSeriesName, int type)
           
 IChartSeries add(IChartDataCell cellWithSeriesName, int type)
           
 IChartSeries add(int type)
           
 IChartSeries add(java.lang.String name, int type)
           
 void clear()
           
 IChartSeries get_Item(int index)
           
 int indexOf(IChartSeries value)
           
 IChartSeries insert(int index, int type)
           
 void remove(IChartSeries value)
           
 void removeAt(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)

add

IChartSeries add(int type)

insert

IChartSeries insert(int index,
                    int type)

add

IChartSeries add(IChartDataCell cellWithSeriesName,
                 int type)

add

IChartSeries add(IChartCellCollection cellsWithSeriesName,
                 int type)

add

IChartSeries add(java.lang.String name,
                 int type)

indexOf

int indexOf(IChartSeries value)

remove

void remove(IChartSeries value)

removeAt

void removeAt(int index)

clear

void clear()