MP android chart displaying float values at X-Axis of Horizontal bar Chart?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am using MP chart for displaying reviews, everything is working fine except that the the X-axis values are displaying as a floating value (for number of particular type of review). This is the code I am using: BarData data = new BarData(getXAxisValues(), getDataSet(properties)); chart.setData(data); chart.getXAxis().setEnabled(false); // hides horizontal grid lines inside chart YAxis leftAxis = chart.getAxisLeft(); chart.getAxisRight().setEnabled(false); // hides horizontal grid lines with below line leftAxis.setEnabled(false); // hides