Zooming in jfree line chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
chirayu143
Posts: 5
Joined: Thu Aug 02, 2012 12:16 pm
antibot: No, of course not.

Zooming in jfree line chart

Post by chirayu143 » Thu Aug 02, 2012 12:22 pm

Is it possible to implement zooming in line chart . If yes then which all class it will support to zoom with mouse scroll.
Whether chart granuality will change when we will zoom in and out?
Please reply.

John Matthews
Posts: 513
Joined: Wed Sep 12, 2007 3:18 pm

Re: Zooming in jfree line chart

Post by John Matthews » Sat Aug 04, 2012 11:06 am

Have you tried setMouseWheelEnabled() on your ChartPanel?

Locked