Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Newbie:How to collapse several digital plots per graph?

I am tinkering with a DigitalWaveformGraph. I wish to display several channels of data and to selectively show or hide each one. I have succeeded displaying a plot and in collapsing the entire plot but have not been able to display several independent plots in parallel. I have added a DigitalWaveFormPlot and to it have added several SignalPlots ... but they do not seem to display.

Which of these objects do I need to manipulate, and how?

Thanks

Eric


0 Kudos
Message 1 of 3
(2,993 Views)
Hi Eric,

Please check out Program Files\National Instruments\<MeasurementStudio>\DotNET\Examples for example code.  In particular, I found a relevant example, called "Plotting", at the following location (this may vary slightly on your computer):

C:\Program Files\National Instruments\MeasurementStudioVS2005\DotNET\Examples\UI\WindowsForms\DigitalWaveformGraph\Plotting
Cheers,

David Goldberg
National Instruments
Software R&D
0 Kudos
Message 2 of 3
(2,979 Views)
You must plot an array of DigitalWaveforms.
 
Brock
0 Kudos
Message 3 of 3
(2,909 Views)