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
 Legend Placement
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

bucelot

USA
3 Posts

Posted - 07/22/2002 :  10:36:26 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
How do you control the placement of a graph legend in LabTalk?

Barb Tobias

USA
305 Posts

Posted - 07/22/2002 :  10:58:40 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
A graph legend is an object named "legend". You can thus use the object property notation:
legend.property
Use legend.x to fix the horizontal placement based on the x axis. Use legend.y for the vertical placement.
Example:
legend.x = 10;
legend.y = 20;

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