07-20-2016 05:07 PM
Hello,
I got to do a zoom in three graph at the same time. I'm using a graph (linear) to doing a zoom in graph XXX and pressure but I would like to do the zoom with any graph.
For example, If I do the zoom in graph pressure the this zoom is doing in graph XXX and graph linear. Or If I do the zoom in graph XXX this zoom is going in graph pressure and graph linear.
Any suggest, It will be helpful.
Thank you
Pedro
07-20-2016 05:47 PM
I think you will have to look at the scale of the graph that was just changed, and apply the same scale to the other graphs using property nodes. I don't know of any way to link them together.
07-22-2016 02:04 AM - edited 07-22-2016 02:09 AM
Hi Juan,
Looks like you were almost there in your picture, slight modification to the event structure; set an event for each of the graphs having a "Scale Range Change" and then use the property nodes depending on the "Kind" of scale change, X/Y/Z inside a case structure.
See the attached screenshot for an example.
Hope this helps.
Pete