LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

graph pallete for XYgraphs

Is it possible to use the data analysis tools in the graph pallete of xy graph using external boolean buttons? I have a requirement where the application zoom in/out and other functions in the graph palletes must trigger using the function keys of the key board. I looked in the property nodes but there doesn't seem like a way out??

 

Any ideas??

 

Best Regards
K Waris

0 Kudos
Message 1 of 3
(2,289 Views)

Use Event Structure... or another option could be create a X-control.


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 2 of 3
(2,259 Views)

You can use the Xaxis and Yaxis property nodes to make a zoom. You have to change the range of each axis (min and max). It will zoom on the new range.

 

Use Application->keyboard in an event structure to catch when the user hits a key

Giuliano Franchetto
Student at the l'Ecole Nationale Supérieure des Mines de Saint-Etienne, cycle ISMIN (FRANCE)
0 Kudos
Message 3 of 3
(2,256 Views)