get axis min and max of qwtplot

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/carlhelen/article/details/81627150
const QwtScaleDiv & QwtPlot::axisScaleDiv ( int  axisId ) const

Return the scale division of a specified axis.

axisScaleDiv(axisId).lowerBound(), axisScaleDiv(axisId).upperBound() are the current limits of the axis scale.

Parameters

axisId Axis index

Returns

Scale division

See also

QwtScaleDivsetAxisScaleDiv()QwtScaleEngine::divideScale()

猜你喜欢

转载自blog.csdn.net/carlhelen/article/details/81627150