The only ways I know to do what you want to do is 1)to create your own graphs using a picture control and the drawing functions (It is a lot of work.) or 2)to create your own offsets in an overlayed chart, turn off the scale and build your own scale with a picture control (also a lot of work).
You might think that you could control a remote panel using the vi methods, but you will find that, since the Waveform Chart is a restricted type, you cannot control the number of visible plots with the "Legend:Plots Shown" property remotely. In fact, the only way I have found to control this property is by dragging the size buttons on the legend box when the vi is not running. It seems like something that could be improved by NI. In fact, given that the "Legend:Plots Shown" property has characteristics that indicate you can write to it, it appears that this is actually a bug in LabVIEW. The other possibility is that I don't yet know the "trick" to implementing this property. Sorry, but, unless you find someone who has already done the work, you must create your own display to achieve the behavior that you desire. -jayme
