Save Historical Data


FatMax

Recommended Posts

There is no such thing as a stupid question. I actually misunderstood what you were asking. To save the actual graph, make sure it is not selected, then right click on it and select Export / Print. You can trigger this window from script (for example if you wanted to add a button to trigger it instead of right click), by naming the component (select it, right click and select "Component Name..."), then using:

component.myComponent.printGraph()

where myComponent is the name you gave the graph.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.