| 3095 | } |
| 3096 | |
| 3097 | void CartesianPlot::zoomOutY(int index) { |
| 3098 | zoomInOut(index, Dimension::Y, false); |
| 3099 | } |
| 3100 | |
| 3101 | void CartesianPlot::zoomInOut(const int index, const Dimension dim, const bool zoomIn, const double relScenePosRange) { |
| 3102 | Dimension dim_other = Dimension::Y; |
no outgoing calls