LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Zoom along one axis only ?

I love the new (?) zooming abilities in graphs.
But is it possible to zoom along one axis only. If I have for instance a plot with a lot of points
along the X axis, I don't necessarily want the Y axis to enlarge...
--
Guillaume Dargaud
http://www.gdargaud.net/
"Everything should be made as simple as possible, but not simpler." - Albert Einstein.
0 Kudos
Message 1 of 2
(2,877 Views)
what you could try is, use the SetAxisRange function, along with the GetActiveGraphCursor (of course you will need a cursor on your graph). Just set the x axis range to zoom with the click of the cursor.

Also, if you did not want the cursor to be visible, you can make it transparent.

hope that helps.

Derek

0 Kudos
Message 2 of 2
(2,877 Views)