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
 Changing Legend symbol width

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
Clairekun Posted - 05/03/2022 : 8:07:42 PM
Origin Ver. and Service Release (Select Help-->About Origin): 2019
Operating System: Windows 10

Hello,

I would like to set a different legend symbol width for all graphs in my project. There are over 80 graphs, so I would rather not do it individually.

There are 2 non-programming ways to achieve this: first, under the Legends/titles tab in Plot Details; second, under Symbol tab in legend properties.

I have tried to find what command can get this done, to no avail. Is there anything I'm missing?

Right now I'm simply modifying each graph theme and reapplying it, but a more straightworward way to do it would be ideal.

Thank you.
2   L A T E S T    R E P L I E S    (Newest First)
Clairekun Posted - 05/04/2022 : 5:16:58 PM
quote:
Originally posted by YimingChen

Try this
legend.SYMBOLWIDTH=50;


James


Doesn't seem to work. The best workaround I found was to create a new theme where only this property is listed, so that I can apply it to all graphs using a loop function. This would leave everything else intact.
YimingChen Posted - 05/04/2022 : 10:36:39 AM
Try this
legend.SYMBOLWIDTH=50;


James

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