com.aspose.slides
Class ChartPointCollectionEx

java.lang.Object
  extended by com.aspose.slides.ChartPointCollectionEx
All Implemented Interfaces:
com.aspose.ms.System.Collections.IEnumerable, java.lang.Iterable

public class ChartPointCollectionEx
extends java.lang.Object
implements com.aspose.ms.System.Collections.IEnumerable

Represents a collection of ChartPointEx.


Method Summary
 int add(ChartPointEx value)
           Adds the new ChartPoint at the end of a collection.
 ChartPointEx get_Item(int index)
           Gets the element at the specified index.
 int getCount()
           Gets the number of elements actually contained in the collection.
 com.aspose.ms.System.Collections.IEnumerator iterator()
           Returns an enumerator for the entire collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get_Item

public ChartPointEx get_Item(int index)

Gets the element at the specified index. Read-only ChartPointEx.


add

public int add(ChartPointEx value)

Adds the new ChartPoint at the end of a collection.

Parameters:
value - The ChartPoint to be added to the end of the collection.
Returns:

iterator

public com.aspose.ms.System.Collections.IEnumerator iterator()

Returns an enumerator for the entire collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable
Specified by:
iterator in interface java.lang.Iterable

getCount

public int getCount()

Gets the number of elements actually contained in the collection. Read-only int.