- All Superinterfaces:
Iterable<IPoint>
Represents a collection of all the
IPoint objects in the specifiedseries in a chart.
-
Method Summary
Returns a single object from a collection.
int
Returns the number of objects in the collection.
Returns the parent object for the specified object.
-
Method Details
-
getCount
int getCount()
Returns the number of objects in the collection.
-
getParent
Returns the parent object for the specified object.
-
get
Returns a single object from a collection.
- Parameters:
index - The index number for the object.
- Returns:
- The
IPoint object.