You can use the Draw method on the WaveformGraph to draw the graph to a
Graphics surface with a specified
Rectangle. Note that you can specify a Rectangle with a size that's different from the current size of the graph and the graph will draw itself as if it were that size, so it scales very nicely for printing scenarios. If you have Measurement Studio 7.1, there is also a ToImage method that will return an
Image of the graph. The Draw method is probably what you want for this case.
- Elton