
How can I do it ? I think it used to exist in older version but unable to locate in 0.9.12.

HorizontalCategoryAxis hca = (HorizontalCategoryAxis) plot.getDomainAxis();
hca.setVerticalCategoryLabels(true);
It displays all category values (eg. 2001 2002 2003 ) vertically, but in version 0.9.12 how to do it ?
CategoryAxis domainAxis = new CategoryAxis(domainAxisLabel);
domainAxis.setVerticalCategoryLabels(true);
It does nothing !
plz help
Regards,
Nilesh