Thanks for the hint. Unfortunately this is not quite what I want. My
graph has the dimensions 2000 x 500 datapoints. I'd like to create an
image which has exactly these 2000 x 500 datapoints as pixels.
Your solution worked very well, but created an image of the graph on the
screen with the bounding box, the controls and so on.
I'd like to have the raw data in an image.
jwf schrieb:
>
> Use an invoke node for the intensity graph, (right-click on graph and
> create >> invoke node, LabVIEW 6). Next, select the method: Get
> Image. Wire all this to a Write BMP File.vi and you also have to
> select a color depth (i.e., 1, 4, 8, 24). This will save the
> Intensity Graph Control as a bitmap. I just did it and it worked
> well.