2016-09-13 69 views

回答

0

该文档是一个很老的版本Androidplot的 - 该方法已进入LineAndPointFormatter:

LineAndPointFormatter formatter = new LineAndPointFormatter(); 
formatter.setPointLabeler(new PointLabeler() { 
    @Override 
    public String getLabel(XYSeries series, int index) { 
     // your code here 
    } 
});