0

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?

Fortega
  • 19,463
  • 14
  • 75
  • 113

1 Answers1

0

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
  • 1,787
  • 3
  • 20
  • 35