Iterate over the curves and markers ( see QwtPlotDict::itemList( int rtti ) const ) and unite the bounding rectangles.
In QwtPlot::updateAxes() you find code that is quite close to what you are looking for.
Uwe
Iterate over the curves and markers ( see QwtPlotDict::itemList( int rtti ) const ) and unite the bounding rectangles.
In QwtPlot::updateAxes() you find code that is quite close to what you are looking for.
Uwe
mqt (30th August 2013)
Bookmarks