Need seperate range axis

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
amans19
Posts: 2
Joined: Wed Jul 11, 2007 2:45 am

Need seperate range axis

Post by amans19 » Sat Feb 21, 2009 7:47 am

I would like to have 10(or more) XY charts placed next to each other with a horizontal scroll bar. I tried using CombinedRangeXYPlot and it works great except that when I scroll, I lose the range axis values. All charts have similar range axis. Is there a way to get an image of only the range axis values so that I can put it in a seperate panel next to the charts? That way, I can allow the user to scroll over and view any graph and also show them the range axis. Or is there a way to get the values that are being used in the range axis and also the spacing between them? Maybe, I can draw those on my own.

The only other approach I have thought is to create a seperate XY chart and display the range axis for each one. However, I would rather just have the range axis in one place.

Locked