How can I draw 2 Y-Axis on chart ?

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

How can I draw 2 Y-Axis on chart ?

Post by Moshea » Mon Jan 20, 2003 4:08 am

Hiya

I need to draw 2 Y-Axis, 1 on the left of the X-Axis and 1 on the right of the X-Axis. I'm not sure which library can actually help me in doing so. Could you please help?

Thanks.

Moshea

David Gilbert

Re: How can I draw 2 Y-Axis on chart ?

Post by David Gilbert » Mon Jan 20, 2003 6:41 pm

This feature has been developed for the next release of JFreeChart (0.9.5). If you want to try the code now, you can check out the source tree from CVS at the JFreeChart project page on SourceForge:

http://sourceforge.net/projects/jfreechart

Regards,

Dave Gilbert

Locked