该文档适用于非常旧的Androidplot版本-该方法已移至LineAndPointFormatter中:
LineAndPointFormatter formatter = new LineAndPointFormatter();formatter.setPointLabeler(new PointLabeler() { @Override public String getLabel(XYSeries series, int index) { // your pre here }});


