Hi ,
As my x axis labels are long , they are overlapping on each other in bar chart
There is method setWordWrapEnabled available for legends, but , same method is not available for XAxis mChart.getXAxis() .
setWordWrapEnabled is available in iOS for xAxis .
Is there any way to fix this in android ?
+1
I'm seeing the same thing. Image attached.

did you got the solution ? @XaveT
No, I haven't seen a solution yet.
+1
xAxis.setLabelRotationAngle(45f);
It is working for me
I have the same issue but 45 degree angle doesn't look good on the chart ...
xAxis.setLabelRotationAngle(45f);
It is working for me
Yes it's working fine.
+1
Any solution for x-axis label overlapping issue?
Most helpful comment
+1