Home
last modified time | relevance | path

Searched refs:setPointLabelFormatter (Results 1 – 2 of 2) sorted by relevance

/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DSimpleXYPlotActivity.java64 series1Format.setPointLabelFormatter(new PointLabelFormatter()); in onCreate()
73 series2Format.setPointLabelFormatter(new PointLabelFormatter()); in onCreate()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DLineAndPointFormatter.java82 this.setPointLabelFormatter(plf); in LineAndPointFormatter()
171 public void setPointLabelFormatter(PointLabelFormatter pointLabelFormatter) { in setPointLabelFormatter() method in LineAndPointFormatter