|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.System.Collections.CollectionBase
com.aspose.slides.ChartSeriesExCollection
public class ChartSeriesExCollection
Represents collection of ChartSeriesEx
Method Summary | |
---|---|
int |
add(ChartDataCell chartDataCell,
int type)
Creates new chart series from ChartDataCell and adds it to the collection. |
int |
add(java.lang.Object value,
int type)
Creates new chart series from value and adds it to the collection. |
ChartSeriesEx |
get_Item(int index)
Gets the element at the specified index. |
int |
indexOf(ChartSeriesEx value)
Searches for the specified ChartSeriesEx and returns the zero-based index of the first occurrence within the entire Collection
|
void |
remove(ChartSeriesEx value)
Removes the specified value. |
Methods inherited from class com.aspose.ms.System.Collections.CollectionBase |
---|
addItem, clear, contains, copyTo, getCapacity, getSyncRoot, indexOf, insertItem, isFixedSize, isReadOnly, isSynchronized, iterator, removeAt, removeItem, set_Item, setCapacity, size |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ChartSeriesEx get_Item(int index)
Gets the element at the specified index.
get_Item
in interface com.aspose.ms.System.Collections.IList
get_Item
in class com.aspose.ms.System.Collections.CollectionBase
T:System.ArgumentOutOfRangeException
- index
is not a valid index in the T:System.Collections.IList
.public int add(ChartDataCell chartDataCell, int type)
Creates new chart series from ChartDataCell
and adds it to the collection.
chartDataCell
- Cell used to create series.type
- Type set type of series
public int add(java.lang.Object value, int type)
Creates new chart series from value and adds it to the collection.
value
- Value used to create series.type
- Type set type of series
public int indexOf(ChartSeriesEx value)
Searches for the specified ChartSeriesEx
and returns the zero-based index of the first occurrence within the entire Collection
value
- Chart series value.
public void remove(ChartSeriesEx value)
Removes the specified value.
value
- The value.
System.ArgumentException
- The value parameter was not found in the collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |