PDA

View Full Version : Prevent QwtPlotMagnifier zoomin out too far



dbrmik
3rd March 2009, 16:52
Hi

Is there a way to prevent QwtPlotMagnifier from zooming out too far, i,e I dont want the magnifier to zoom out more than maximum X/Y values of the plotcurve.

Regards

Uwe
5th March 2009, 05:52
Overload QwtPlotMagnifier::rescale() and do nothing, when you have exceeded your limits.

Uwe