StackedBarChartDemo4 again!

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
blajevardi
Posts: 9
Joined: Tue Nov 21, 2006 2:19 am

StackedBarChartDemo4 again!

Post by blajevardi » Mon Jan 21, 2008 8:36 pm

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

Locked