I've created CombinedDomainXYPlot and added a bunch of XYPlots there.
Everything seems to be working as expected except vertical panning (move chart using mouse along with Y axis). Domain panning (along X axis) works fine.
I've set both
- combinedPlot.setDomainPannable(true);
- combinedPlot.setRangePannable(true);
and also called setMouseWheelEnabled(true) on instance of ChartPanel;
Does anybody know if the range panning works at all? And if yes, could you please give some example how to turn it on properly?
Just in case - running under JFreeChart 1.0.14, JDK 6, MacOS 10.8.
Thanks, Val