The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Moving Embedded Tables in a Graph
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

LabTalk user

USA
35 Posts

Posted - 05/06/2011 :  4:40:22 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

AmandaLu

439 Posts

Posted - 05/09/2011 :  03:14:08 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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.

Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000