! Zooms in (or out) to the passed rectangular region \a pixelRect, given in pixel coordinates. All axes of this axis rect will have their range zoomed accordingly. If you only wish to zoom specific axes, use the overloaded version of this method. \see QCustomPlot::setSelectionRectMode */
| 17063 | \see QCustomPlot::setSelectionRectMode |
| 17064 | */ |
| 17065 | void QCPAxisRect::zoom(const QRectF &pixelRect) |
| 17066 | { |
| 17067 | zoom(pixelRect, axes()); |
| 17068 | } |
| 17069 | |
| 17070 | /*! \overload |
| 17071 |