> I don't understand how to use "subPanels or dynamically loaded panels > that are edited using the legend properties when idle and then shown > to the user". Can you tell me more what kind of legend properties can > be used to control the display number of the plot areas in stack > plots? >
After looking into it, you can change a stacked chart's plot areas by setting the Legend>>Plots Shown. One snag is that you will have to do this to your VI while it is idle since it is really a pretty major edit. So, you can do this by dynamically loading and calling the VI. When you want to change the number of plot areas, you will need to exit the dynamically called VI, modify it, and rerun it. You can do this pretty seamlessly, and if you use a subPanel control, it can even be a part of the panel and UI. The snag I didn't expect was to find that it works for clusters, but not for 2D arrays. Greg McKaskle
