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