How can i rotate the values of the x axis
How can i rotate the values of the x axis
I have long values to isplay on the x axis. is it possible to rotate them to get better image.
try
Code: Select all
ValueAxis timeAxis = new DateAxis("date");
timeAxis.setVerticalTickLabels(true);