Two Y-axis in one chart

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

Two Y-axis in one chart

Post by Robert Nilsen » Sat Aug 31, 2002 4:35 pm

Hi,
I know that having two Y-axis is not currently possible. Sadly, this a requirement in the project I am working on - and I would really like to use JFreeChart. Apparently, there are no open source chart projects that support this. Does anyone know if this feature will be implemented in the near future, and if so when?
Is there a workaround? Like "merging" two charts on either object- or image level?

Thanks,
Robert Nilsen

Harald Faber

Re: Two Y-axis in one chart

Post by Harald Faber » Mon Sep 02, 2002 9:45 am

Hm. I read it now for another time but don't know exactly: Where and why should a 2nd y-axis be placed?
Wouldn't it do to just create a 2nd chart in another panel beside the 1st one?

David Gilbert

Re: Two Y-axis in one chart

Post by David Gilbert » Mon Sep 02, 2002 9:52 am

Hi Robert,

It's reasonably high on my list of priorities, but not right at the top. I'm likely to start work on it before the end of next month, but I can't guarantee anything.

Regards,

DG

Locked