You may want to make these pictures printer friendly (white background, dark reticle). It is fairly straightforward to do this. In the event which handles creating the picture (you are using the event structure, aren't you?), do the following:
- Using a property node of the graph, get the current colors for the plot area and X and Y scale grid colors (yes, we buried them pretty deep
- look on the properties page to get names for things you want to change). Also fetch the plot colors (colors of the traces).
- Using another property node, change the plot area and grid colors to something more printer friendly (white and a light gray are good). You may also want to change the plot colors to something darker so they print well.
- Grab the image.
- Change the colors back to the original values (wire directly from the first property node).
If you want to see this sort of thing in action, download the NI-SCOPE driver. It includes the NI-SCOPE soft front panel (a version of exactly what you are doing). You can run it in simulation mode if you don't have an NI-SCOPE device. Select File->Print. You will see the graph area momentarily switch to white as the application does a screen capture for print.
Let us know if you need more information.