Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
Niko1
Posted - 08/11/2005 : 10:49:39 AM Origin Version (Select Help-->About Origin): Operating System: I would like to know if it is possible to keep a graph if I delete the worksheet from which I built the graph????
Thanks a lot
1 L A T E S T R E P L I E S (Newest First)
Mike Buess
Posted - 08/11/2005 : 11:08:40 AM I assume you mean that you want to keep the plotted curve since that will disappear when you delete the worksheet. The only way I know to do that is to save the graph as an OGG file (File > Save Window As) before you delete the worksheet. Then delete both worksheet and graph and reload the graph with File > Open.
...If you want to do this from OriginC use PageBase::SaveToFile to save the graph window. I can't find an OriginC method for opening a window file but LT_execute("doc -a filename") will work.