PDA

View Full Version : how to change the scale position to y middle? not only x bottom and x top?



josentop
29th September 2011, 07:40
I need the x scale to locate at y-20 position and not y-0 or y-max position, i've tried the QwtScaleDraw's move (QPointF &p) but no effect. could anyone have sugeestion? thanks.

Uwe
29th September 2011, 07:51
Attach a QwtPlotScaleItem,

Uwe