08-18-2013 02:56 PM
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
08-19-2013 12:34 AM
Use Event Structure... or another option could be create a X-control.
08-19-2013 12:46 AM
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