LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

split channel data display on a xy graph with their own area

I have n channels data & need to display on a graph
However, I don't want them to dispaly on the same area because they will cover each other and not easy to see the difference. I want to display like one channel on one xy graph. However, there are "n" channels & everytime the number of channel will change. Could you please teach me what should I do?
====================
=Labview 7.0 & 8.0 & 8.5=
=====================
0 Kudos
Message 1 of 2
(3,037 Views)
If you are displaying data channels vs. time then you could use a Waveform Chart. Right click on the chart and select "stack plots" (as opposed to "overlay plots") for the behavior you desire. In labview "xy graph" has a specific meaning. It implies a display of x,y pairs, such that there may be multiple y values for each x value. I suspect, perhaps erroneously, that this is not what you need.
If you truly need stacked xy plots then you can add offsets to the y values of each channel, add duplicate scales for each channel, or place several xy graphs on the fornt panel and disable or hide the ones you do not need.
Message 2 of 2
(3,037 Views)