Mpandroid Barchart Label Count And Valueformatter Not Working Properly
I have an issue with the BarChart and labels. The labels count is not correct. Even if I put a value directly: xAxis.setLabelCount(5,true); but what I get is only 4 labels. When I
Solution 1:
For others who have the same problem, I solve it by removing setLabelCount()
Post a Comment for "Mpandroid Barchart Label Count And Valueformatter Not Working Properly"