Rotating axies

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Don Mitchell

Rotating axies

Post by Don Mitchell » Fri Dec 20, 2002 4:20 pm

Hi,

Does anyone know of an easy way to change the placement of the x and y axises on bar, area, and line charts? We currently use JClass by Sitraka and then have a nice feature that allows you specify if you want the x-axis on the top, bottom, left, or right (and the same for the y-axis). I haven't found anything similar in JFreeChart yet.

Thanks,
Don

David Gilbert

Re: Rotating axies

Post by David Gilbert » Fri Dec 20, 2002 6:33 pm

Hi Don,

This feature has been implemented in the CVS version of JFreeChart, as part of the dual axis implementation. So look for it in version 0.9.5 when it is released (probably late January but who knows?)...

Regards,

Dave Gilbert

Locked