views:

620

answers:

1

Is it possible to have some kind of zooming functionality in JFreechart like it is in google finance? I know there is a zoom in and zoom out, but I would like to have the bar on the bottom with which you can specify your zoom level more precisely.

Anyone has a plugin/addon?

A: 

Take a look at this example:

http://www.kode...

This example performs zoom on Mouse scrolling, so you may need to extend it by adding JProgessBar functionality.

akjain
Sorry I meant JSlider not JProgessBar
akjain