Zooming utility

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

Zooming utility

Post by Chandresh Juthani » Wed Mar 27, 2002 6:30 pm

I need to add a zooming utility to the a chart generated by the software.

Is there any utility for zooming in a ratio plot generated by the JFreeChart.

Thanking you in anticipation

David Gilbert

Re: Zooming utility

Post by David Gilbert » Thu Mar 28, 2002 4:09 pm

Hi Chandresh,

On the JFreeChartPanel there is a popup menu that allows you to zoom in and out on a plot. Try it out in the demo application.

It's possible you have something else in mind (there are other ways that zooming could be implemented) so post some more info if you can.

Regards,

DG.

Locked