[]
        
(Showing Draft Content)

IChartGroups

Interface IChartGroups

All Superinterfaces:
Iterable<IChartGroup>

public interface IChartGroups extends Iterable<IChartGroup>
Represents a collection of all the IChartGroup objects in thespecified chart.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
    Returns a single object from a collection.
    int
    Returns the number of objects in the collection.
    Returns the parent object for the specified object.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getCount

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

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

      IChartGroup get(int index)
      Returns a single object from a collection.