Origin Ver. and Service Release (Select Help-->About Origin): 8.1 SR3 Operating System: WinXP
Hello,
I am embedding a table in a graph window using the add_table_to_graph x-function. It automatically creates this in the center of the graph and I'd like to move it off to the side. Is there a way to either enter coordinates to create it off to the side or to move it once it has been made?
You can move a table to a specified position after adding it to a graph. You can use table1.x and table1.y to specify its X and Y coordinates or table1.top and table1.left to specify its position in pixel of the graph. To get the table object name, please specify a Table Name variable in the add_table_to_graph X-Function, aaa for example. Then you can run