
The method zoomInBoth(double x,double y) and all the other related methods, don't work right.
In the specifications (Javadoc), it's said that
But in fact the method is completely ignoring the arguments x and y and just zooms on the center of the screen ; I suppose that it somehow makes use of the zoom methods of ValueAxis, which as far as I could notice, have the same problem.Zooms in on an anchor point (specified in screen coordinate space).
Parameters:
x - the x value (in screen coordinates).
y - the y value (in screen coordinates).
I'm trying to write a workaround, hoping it could be used for fixing that bug
