Interface IChartGroups
- All Superinterfaces:
Iterable<IChartGroup>
Represents a collection of all the
IChartGroup objects in thespecified chart.-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getCount
int getCount()Returns the number of objects in the collection. -
getParent
IChart getParent()Returns the parent object for the specified object. -
get
Returns a single object from a collection.
-