T O P I C R E V I E W |
LabTalk user |
Posted - 05/06/2011 : 4:40:22 PM 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?
Thanks, Patrick |
1 L A T E S T R E P L I E S (Newest First) |
AmandaLu |
Posted - 05/09/2011 : 03:14:08 AM Hi,
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 aaa$=; to get the table object name.
|
|
|