Current API supports Horizontal and Vertical labels only.
for setting Horizontal Labels
setVerticalCategoryLabels(false);
and for setting Vertical Labels
setVerticalCategoryLabels(true);
But to make it more flexible, we need to make it
setDomainLabels(Double angle);
where angle ranges from 0.00 to 360.00
By default. it will 0.00;
Is it doable ?
Thanks
Nilesh