Hi,

I have been working on plot where I want to roll the graph and Axis when display signal reached to the boundary of plot/widget.
So for this purpose I have used m_plot->setAxisLabelRotation(QwtPlot::xBottom, -50.0); and it works.

But when I zoom in/out (QwtPlotMagnifier), the rotation of graph and Axis is get disable automatically, How should I make it continue even after zooming effect.

Thanks