接口 IChartGroups

所有超级接口:
Iterable<IChartGroup>

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

    • getCount

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

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

      IChartGroup get(int index)
      返回集合中的一个单一对象。