Assuming you mean tick labels, when you talk about values: tick labels are displayed for major ticks only.

So a simple solution is to set your scale with QwtPlot::setAxisScaleDiv(), where you set major ticks to the beginning and the end only.

Uwe

PS: Don't use the default constructor of QwtScaleDiv() - the other constructors are o.k.