03-15-2016 07:49 AM
Hello,
Is there some way to dynamically ON(OFF) a particular curve on WaveForm chart.
Here is example below - 3 curves are superposed and in order to see a particular curve it would be nice to have an option to OFF other curves (e.g. using checkbox).
Thanks in adavnce.
Pavel
Solved! Go to Solution.
03-15-2016 08:10 AM
Hi Pavel,
each plot in a chart supports a "visible" property, so you can hide plots dynamically programatically.
In the plot legend you can also show a boolean button to show/hide the corresponding plot - atleast with LV2011 and newer…
03-15-2016 08:10 AM
03-15-2016 08:14 AM
Thanks