用BarDataSet类试一下barDataSet.setValueFormatter(new ValueFormatter() {@Overridepublic String getFormattedValue(float v) {return "0";//设置自己的返回位数}});