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
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 |
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()