[]
        
(Showing Draft Content)

ILegendEntries

Interface ILegendEntries

All Superinterfaces:
Iterable<ILegendEntry>

public interface ILegendEntries extends Iterable<ILegendEntry>
Represents a collection of all the ILegendEntry objects in thespecified chart legend.
  • 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

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

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