Hi F_D ,
it is indeed possible to save your graph and indicators using the write JPEG file.vi . To get the correct data type for this function, you will need to create a control reference(right click on the control, then create>>reference). Then you need to place an invoke node and link the indicator reference to the input of the node. Select the 'get image property' ( right click on the node>>method>>get image).Some output should appear in the node. Link the image data output of the node to the image data input of the 'write JPEG file'. This will save the indicator as a JPEG.
In order to modify the properties of the graph, you will need to use a property node (right click on the graph>>create>>property node). Then you can select the property you want to mo
dify (read or write can be selected by a right click>>change to read, change to write).
You'll find an example with this explanation.
PS: the changes need to be made before you save the plot as a jpeg file.(use the error cluster to direct the dataflow)