Second range axis?

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

Second range axis?

Post by Diego Garber » Wed Jan 22, 2003 9:16 pm

Dave, sorry if I am bothering you too much with my many Topics. But I need to know if there is some way of adding a secondary rangeaxis to the XYPlot so that I could create two different scales for two different series.
I was told Excel has this functionality for it's graphs.
Thank you,

Diego.

David Gilbert

Re: Second range axis?

Post by David Gilbert » Wed Jan 22, 2003 11:12 pm

Hi Diego,

Dual axes have been added recently for the CategoryPlot and XYPlot classes. You can try the code out now, by checking out the sources from the CVS repository on SourceForge. Or wait for 0.9.5 to be released...

Regards,

Dave Gilbert

Hans Stoessel

Re: Second range axis?

Post by Hans Stoessel » Fri Jan 24, 2003 11:06 am

Hi

I'm waiting for the release 0.9.5... :-)

And I work with the source from the SourceForge. It works, but I correct different things, who caused problems.

Question: Is it possible to make a chart with the second range axis, but without the first range axis?

Regards

Hans

Locked