Hello,

I have a qwtPlot with 8 QwtPlotCurve, each one has a QwtPlotMagnifier to perform the zoom in/out on my y axes. I would like to change the behaviour and zoom in and out around my mouse position.

It is working fine now, but when I zoom in it can happen that my curve goes out of the screen and the user needs to scroll to bring it back, and then I wanted to zoom around the mouse position to avoid this kind of behaviour.
Is there any way with QwtPlotMagnifier to do that? I didn't find anything in documentation that make possible to consider mouse position.

I hope someone can help me.
Thanks in advance.
Best Regards.