PDA

View Full Version : How to remove the scale tick label at 1st tick and last tick?



josentop
29th September 2011, 10:51
I need to hide/remove the tick labels at 1st tick and last tick, please give me your suggestion. Thanks so much.

Uwe
29th September 2011, 11:04
Overload and reimplement QwtScaleDraw::label(): return QString::null where you don't want to have a label.

Uwe

josentop
29th September 2011, 13:10
thanks for your suggestion!!!