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
Zooming utility
Re: Zooming utility
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.
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.