[]
        
立即试用
(Showing Draft Content)

IChartGroups

Interface IChartGroups

All Superinterfaces:
Iterable<IChartGroup>

public interface IChartGroups extends Iterable<IChartGroup>
表示指定图表中所有IChartGroup对象的集合。
  • Method Details

    • getCount

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

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

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