public class ChartLegendEntryCollection
extends java.lang.Object
implements java.lang.Iterable
To learn more, visit the Working with Charts documentation article.
| Modifier and Type | Method and Description |
|---|---|
ChartLegendEntry |
get(int index)
Returns
ChartLegendEntry for the specified index. |
int |
getCount()
Returns the number of
ChartLegendEntry in this collection. |
java.util.Iterator |
iterator()
Returns an enumerator object.
|
public java.util.Iterator iterator()
iterator in interface java.lang.Iterablepublic int getCount()
ChartLegendEntry in this collection.ChartLegendEntry in this collection.public ChartLegendEntry get(int index)
ChartLegendEntry for the specified index.ChartLegendEntry for the specified index.