接口 IAxes

所有超级接口:
Iterable<IAxis>

public interface IAxes extends Iterable<IAxis>
表示指定图表中所有IAxis对象的集合。
  • 方法详细资料

    • getParent

      IChart getParent()
      返回指定对象的父对象。
    • getCount

      int getCount()
      返回集合中的对象数量。
    • item

      IAxis item(AxisType Type)
      返回从IAxes集合中获取的单个IAxis对象。
    • item

      IAxis item(AxisType type, AxisGroup axisGroup)
      返回一个来自IAxes集合的单个IAxis对象。
      参数:
      type - AxisType对象。
      axisGroup - 可选的AxisGroup。axis.AxisGroup可以是以下常量之一:Primary(主要)、Default(默认)、Secondary(次要)。
      返回:
      IAxis对象。