Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
bucelot
Posted - 07/22/2002 : 10:36:26 AM How do you control the placement of a graph legend in LabTalk?
1 L A T E S T R E P L I E S (Newest First)
Barb Tobias
Posted - 07/22/2002 : 10:58:40 AM 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;