When I enable the mouse wheel zoom in my chart using this code line:
chartPanel.setMouseWheelEnabled(true);
Scrolling the mouse wheel will zoom in/out both x and y axis. How can I disable mouse wheel zooming on one of the axis?
Jfreechart Version: 1.0.13