com.androidplot.Series
public interface XYSeries implements Series
Represents a two dimensional series of data represented as xy values.
abstract int
size()
abstract Number
getX(int index)
getY(int index)
getTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract int size()
abstract Number getX(int index)
Returns the x-value for an index within a series.
index
0
size()-1
abstract Number getY(int index)
Returns the y-value for an index within a series.