-
- All Implemented Interfaces:
-
com.androidplot.Series
,com.androidplot.xy.XYSeries
public interface OrderedXYSeries implements XYSeries
An implementation of XYSeries that gives hints to it's renderer about the order of the data being rendered.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
OrderedXYSeries.XOrder
-
Method Summary
Modifier and Type Method Description abstract OrderedXYSeries.XOrder
getXOrder()
The order of XVals as they appear in this series. -
-
Method Detail
-
getXOrder
abstract OrderedXYSeries.XOrder getXOrder()
The order of XVals as they appear in this series.
-
-
-
-