Interface IAxes
Represents a collection of all the
IAxis objects in the specifiedchart.-
Method Summary
Modifier and TypeMethodDescriptionintgetCount()Returns the number of objects in the collection.Returns the parent object for the specified object.Returns a single IAxis object from an IAxes collection.Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getParent
IChart getParent()Returns the parent object for the specified object. -
getCount
int getCount()Returns the number of objects in the collection. -
item
Returns a single IAxis object from an IAxes collection. -
item
-