> I need to graph data and stack the plots to create 3 graphs, how do I > plot more than 1 data line on each graph >
Make the datatype going to the chart be a 2D array, and use the plot legend to determine how many stacked plots there are. You can use the legend to set some of the plots, and property nodes to set any of them to whichever Y Scale you like. You can have all of them on the top plot area by setting them all to zero, etc. Greg McKaskle
