|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChartSeriesCollection
Represents collection of IChartSeries
Method Summary | |
---|---|
IChartSeries |
add(IChartCellCollection cellsWithSeriesName,
int type)
Creates new chart series from IChartCellCollection and adds it to the collection. |
IChartSeries |
add(IChartDataCell cellWithSeriesName,
int type)
Creates new chart series from IChartDataCell and adds it to the collection. |
IChartSeries |
add(int type)
Creates new chart series and adds it to the collection. |
IChartSeries |
add(java.lang.String name,
int type)
Creates new chart series from value and adds it to the collection. |
void |
clear()
Removes all elements from the collection. |
IChartSeries |
get_Item(int index)
Gets the element at the specified index. |
int |
indexOf(IChartSeries value)
Searches for the specified IChartSeries and returns the zero-based index of the first occurrence within the entire Collection |
IChartSeries |
insert(int index,
int type)
Creates new chart series and insertss it into the collection. |
void |
remove(IChartSeries value)
Removes the specified value. |
void |
removeAt(int index)
Removes 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 |
---|
IChartSeries get_Item(int index)
Gets the element at the specified index.
T:System.ArgumentOutOfRangeException
- index
is not a valid index in the T:System.Collections.IList
.IChartSeries add(int type)
Creates new chart series and adds it to the collection.
type
- Type of series
IChartSeries insert(int index, int type)
Creates new chart series and insertss it into the collection.
IChartSeries add(IChartDataCell cellWithSeriesName, int type)
Creates new chart series from IChartDataCell
and adds it to the collection.
cellWithSeriesName
- Cell which contain series name.type
- Type set type of series
IChartSeries add(IChartCellCollection cellsWithSeriesName, int type)
Creates new chart series from IChartCellCollection
and adds it to the collection.
cellsWithSeriesName
- Cells which contain series name.type
- Type set type of series
IChartSeries add(java.lang.String name, int type)
Creates new chart series from value and adds it to the collection.
name
- Series name.type
- Type set type of series
int indexOf(IChartSeries value)
Searches for the specified IChartSeries
and returns the zero-based index of the first occurrence within the entire Collection
value
- Chart series value.
void remove(IChartSeries value)
Removes the specified value.
value
- The value.
System.ArgumentException
- The value parameter was not found in the collection.void removeAt(int index)
Removes the element at the specified index
void clear()
Removes all elements from the collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |