Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

VB2005 Zoom In Waveform Plots

How can I zoom in by mouse click in the waveformplot1 from measurement studio in VB2005?  I'm a Labview 7.1 and 8 user as well as an experience user in VB6.  In VB6 using measurement studio 6 there is a way to zoom using rectangular windows, and it is possible to drag the plot, add cursors etc... I am started using VB2005, with MS 8 because it was upgraded automatically.
 
How can I do zoom in, out, drag plot, add cursors, etc...?
 
I can't find an example on your website.
 
Regards,
 
rjrodrig6
0 Kudos
Message 1 of 2
(2,926 Views)
Howdy rjrodrig6,

In order to zoom and pan in a graph, you need to set the InteractionMode property for the graph (see the attached "InteractionMode.jpg" snapshot).  This enumeration defines
the set of possible user interactions within the plot area of a graph. 
You can then use the <Shift> and <Ctrl> keys to zoom and pan.

I would check out the Interacting with Measurement Studio Windows Forms Graph .NET Controls topic in the Measurement Studio Help. This topic goes into great deal about working with the .NET graphs.

Hope this helps!

Best Regards,
Jonathan N.
National Instruments
0 Kudos
Message 2 of 2
(2,920 Views)