Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

redirect waveformgraph to printer

Dear Sirs:
 
I need to redirect the content of a WaveformGraph to a printer, but I haven't found a way to do this without redrawing the control using gdi primitives.
Is there a better approach to this problem?
 
I'm working with Microsoft Visual Studio 2005, language C#, NI Measurement Studio 8.0.20.334 Enterprise Version.
 
Thanks in advance, I bag pardon if my question is too stupid.
 
Best regards: Raul Morstabilini.  
0 Kudos
Message 1 of 3
(2,899 Views)
You can do this by calling the Draw method on the WaveformGraph and specifying the Graphics object of a printer device as the argument.

Abhishek Ghuwalewala | Measurement Studio | National Instruments
0 Kudos
Message 2 of 3
(2,894 Views)
Dear Sir:

thanks for your fast and clear answer, you have completely solved my problems.

Best Regards: Raul Morstabilini.
0 Kudos
Message 3 of 3
(2,880 Views)