Hi Everybody,
Is there any good solution for turning the "product" label by 90 degree without degrading the font?
The last solution was:
domainAxis.setSubLabelFont(domainAxis.getSubLabelFont().deriveFont(0, AffineTransform.getRotateInstance(Math.PI / 2.0)));
The result of it is not that nice using this transform.
thanks,
Brian