05-30-2012 07:20 PM
I have created three separate property nodes (plot color) for my 3 XY graphs.
Is it possible to have one property node, say plot_color_i and put this inside the for loop where i runs from 1 to N,
where plot_color_1 would update XY Graph 1, plot_color_2 would update XY Graph 2, etc.?
See the attached VI.
Solved! Go to Solution.
05-30-2012 07:53 PM
Yes. Create an array of references of the XY graphs and have that auto-index into the property node in the For Loop
05-31-2012 03:27 AM - edited 05-31-2012 03:27 AM
Thank you Ravens Fan!