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
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.