Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

How to save CWGraph image to jpeg file on HDD

I want to save cwgraph image to jpeg image to use later in HTML reports...
Is there any solution......
0 Kudos
Message 1 of 2
(3,238 Views)
You can render it to a Windows MetaFile (WMF) with the ControlImage property, but not a JPEG directly. You would have to convert the WMF file to a JPEG in post processing.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(3,238 Views)