public interface XYSeries extends Series
| Modifier and Type | Method and Description |
|---|---|
Number |
getX(int index)
Returns the x-value for an index within a series.
|
Number |
getY(int index)
Returns the y-value for an index within a series.
|
int |
size() |
int size()
Number getX(int index)
index - the index index (in the range 0 to
size()-1).Number getY(int index)
index - the index index (in the range 0 to
size()-1).