Closed GoogleCodeExporter closed 9 years ago
You can use setPanEnabled(false,false) to get the desired effect. Same holds
true for setZoomEnabled
@Author
To fix the bug you can call setPanEnabled(boolean x, boolean y) in
setPanEnabled(boolean). But i guess you could figure this out on your own ;-)
Original comment by gerhard....@gmail.com
on 27 Sep 2011 at 11:37
Just use renderer.setPanEnabled(false, false); for XYCharts.
renderer.setPanEnabled(false) is for RoundCharts and
renderer.setPanEnabled(false, false); is for XYCharts.
Original comment by dandrome...@gmail.com
on 26 Oct 2011 at 4:56
Original issue reported on code.google.com by
anton.de...@gmail.com
on 23 Aug 2011 at 11:42