public interface IChartGroups extends java.lang.Iterable<IChartGroup>
IChartGroup objects in the
specified chart.| Modifier and Type | Method and Description |
|---|---|
IChartGroup |
get(int index)
Returns a single object from a collection.
|
int |
getCount()
Returns the number of objects in the collection.
|
IChart |
getParent()
Returns the parent object for the specified object.
|
int getCount()
IChart getParent()
IChartGroup get(int index)