Hi! Sure you can! Any CW object exposes a ControlImage method that creates a windows metafile image of the control.
Something like
SavePicture CWGraph.ControlImage, "C:\myCWgraph.emf"
should create and save this file. You also can find functions to convert this file to other format (jpeg, tiff, ...)
Hope this helps.
Ciao.
NicolaC
National Instruments