use "MyPlot->axisScaleDiv(QwtPlot::xBottom)->interval();" - you'll get a QwtDoubleInterval which contains the current minimum and maximum value of the selected axis
use "MyPlot->axisScaleDiv(QwtPlot::xBottom)->interval();" - you'll get a QwtDoubleInterval which contains the current minimum and maximum value of the selected axis
Thanks a lot FelixB!
Bookmarks