08-15-2010 04:59 PM
I am trying to make a chart or graph that displays several streams of data in separate ranges along the y-axis. The stacked plots option for charts seemed promising but I need to be able to choose which plots are displayed and in what order, also I would want to get rid of the bars that divide the plots from each other. I have managed to get close to what I want by shifting and scaleing the streams so they don't overlap but this makes the y-axis markings inaccurate. Is there a way to replace the y-axis display with arbitrary values (not arbitrary spacing)?
This is what I have so far but I need to be able to label the y axis.
I also attached the code I have so far.
08-15-2010 09:16 PM
You could try having a different y-scale for each plot.
There is a thread discussing how this can be done here... http://forums.ni.com/t5/LabVIEW/Programmatically-add-multiple-scales-to-graph/m-p/698511