接口 IAxes

所有超级接口:
Iterable<IAxis>

public interface IAxes extends Iterable<IAxis>
Represents a collection of all the IAxis objects in the specifiedchart.
  • 方法详细资料

    • getParent

      IChart getParent()
      Returns the parent object for the specified object.
    • getCount

      int getCount()
      Returns the number of objects in the collection.
    • item

      IAxis item(AxisType Type)
      Returns a single IAxis object from an IAxes collection.
    • item

      IAxis item(AxisType type, AxisGroup axisGroup)
      Returns a single IAxis object from an IAxes collection.
      参数:
      type - The AxisType object.
      axisGroup - Optional AxisGroup. The axis.AxisGroup can be one of these constants:Primary DefaultSecondary
      返回:
      The IAxis object.