Hi,

In my program I used QwtPlot to show and edit the curve. I used QwtPlotPanner to pan the plot area or canvas. But while panning the plot area goes out side the required axis range.

For example my x-axis range is 0 to 100. But while panning it goes bellow 0 and above 100.

Is there any way to restrict it.

Thanks...