Original answer:
Unfortunately, it is currently not possible to rotate values ββon the x-axis of a chart to a certain degree / angle. You will need to implement such a function yourself.
UPDATE:
Starting with v2.1.5, this feature is now available:
XAxis xAxis = chart.getXAxis(); xAxis.setLabelRotationAngle(...);
source share