public interface ILegendEntries extends java.lang.Iterable<ILegendEntry>
ILegendEntry objects in the
specified chart legend.| Modifier and Type | Method and Description |
|---|---|
ILegendEntry |
get(int index)
Returns a single object from a collection.
|
int |
getCount()
Returns the number of objects in the collection.
|
ILegend |
getParent()
Returns the parent object for the specified object.
|
int getCount()
ILegend getParent()
ILegendEntry get(int index)