接口 IAxes
Represents a collection of all the
IAxis
objects in the specifiedchart.-
方法概要
修饰符和类型方法说明int
getCount()
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.从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
方法详细资料
-
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
-