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
 Layer linking with Labtalk

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
alex_eagle Posted - 07/24/2003 : 07:56:36 AM
I want to link layers in a graph by following labtalk commands:
layer1.X.link = 1;
layer2.link = 1;
should do a one-to-one link of layer 2 to layer 1,
but it doesnt work. Layer properties are set to linking, but
not to one-to-one linking.

Thank you for your answer !

1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 08/21/2003 : 1:31:53 PM
Layers can only link to lower-order layers so 2 can link to 1, and 3 can link to 2, but 1 can't link to 2 (or 3).
Here is what you want:
layer2.link = 1; // This links Layer2 to Layer1
layer2.x.link = 1; // This sets the X axis link to a 1:1 scale

(layer2.x.link = 0; // Corresponds to X Axis link of None.)



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