04-25-2017 09:11 AM
I have 4 signals and I want to plot these in a stacked chart in only 3 plot areas. When I add a signal in my plot legend, automaticly an extra plot area is added to the plot.
How can I have more signals in my chart than I have plots?
Solved! Go to Solution.
04-25-2017 09:25 AM
04-25-2017 09:52 AM
In Labview 2010 this was not a problem, but in 2015 and 2016 some how I can't do this anymore.
Several charts aren’t the solution. Disadvantage is that during runtime it is hard to move signals from one plot to the other. And multiple charts have there own time axis. A stacked plot have the axis coupled.
04-25-2017 01:39 PM
Hi ff,
Disadvantage is that during runtime it is hard to move signals from one plot to the other.
Use graphs instead of charts. Then plot the data as needed (or: choosen by user) to your graphs…
And multiple charts have there own time axis. A stacked plot have the axis coupled.
When multiple charts get their data at the same interval they will show the same x axis.
You might even manipulate the x axis by using property nodes.
The same applies to graphs…
04-25-2017 09:46 PM
Use 4 plot areas, set one to have a transparent background, then position it over one of the others.
04-26-2017 02:30 AM
I found the problem. You can have a differences between the number of plots and the number of plot areas. The problem is that this is only working when you connect a array of waveforms to the plot and not when you connect an array of DBL to the graph.
See VI