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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Moving Embedded Tables in a Graph

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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.


The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000