MCPcopy Create free account
hub / github.com/KDE/labplot / zoomInX

Method zoomInX

src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:3085–3087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3083}
3084
3085void CartesianPlot::zoomInX(int index) {
3086 zoomInOut(index, Dimension::X, true);
3087}
3088
3089void CartesianPlot::zoomOutX(int index) {
3090 zoomInOut(index, Dimension::X, false);

Callers 3

zoomInX_SingleRangeMethod · 0.80
zoomInX_AllRangesMethod · 0.80
TestZoomMethod · 0.80

Calls

no outgoing calls

Tested by 3

zoomInX_SingleRangeMethod · 0.64
zoomInX_AllRangesMethod · 0.64
TestZoomMethod · 0.64