I am trying to show X axis label to go to 2 lines when they are long. How to achieve this in LineChart? See screenshot below. I want time to go to second line instead of sta
Use the @Guillaume Jounel answer and then add:
XAxis xAxis = lineChart.getXAxis(); xAxis.setLabelRotationAngle(-30f);