I'm showing multi plots in a XY Graph and want to set the interpolation of all plots to "Stepwise horizontal" but I only can change the interpolation of first plot. Any suggestion on how I can do this?
All you have to do is set the active plot to the next plot, and then set the interpolation property for that plot. You can do it all using a single expanded property node, as I've shown in my attached VI.
Let me know if you have any questions or need anymore help.