07-11-2023 12:04 PM
Dear community members,
I have a question about labview charts. I have a chart looks like the attached image. It has multiple curve/lines(Red and Orange). I want labview to keep both of the data curve on the chart. But in some point of experiment, I want to unselect one of the data curves and focus on the other curve. For example, I want to unselect the red data curve during data collection and see the orange data curve only in the chart. Then I want to select the red data curve again and observe both of the data curve in the chart. Does labview have this feature?
Thank you.
Solved! Go to Solution.
07-11-2023 12:16 PM
If you want to just hide the plot, enable the visibility checkbox.
If you want to create gaps where only one trace shows, feed the other plot with NaN.
07-11-2023 12:17 PM
Right Click on the Chart >> Visible Item >> check Plot Legend.
On the plot legend, right-click on the legend >> uncheck Plot Visible.
07-11-2023 12:39 PM
Perfect! Thank you for making my life easy.
07-11-2023 01:14 PM
Alternatively, you can right click and turn on the Plot Visibility Checkbox:
which gives you this little box to check/uncheck individual plots, which saves a couple clicks and is a little more intuitive for end users: