Qt Code:
  1. marker->setItemAttribute( QwtPlotItem::AutoScale, true );
To copy to clipboard, switch view to plain text mode 
The default setting for curves is on, for markers it is off.

Uwe