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
 imageprofile hline samewin; font size

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
tinkusch Posted - 04/10/2013 : 11:17:35 AM
Origin Ver. 9.0.0G SR1
Operating System: XP

when I use the xfunction "imageprofile hline samewin" every time a new horizontal line is created, the font size of the graph is (re)set to 20. That's annoying and I am seeking for an option to permanently set the font size to a smaller value. How can I do this?
Thanks for every hint
Stefan
1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 04/15/2013 : 12:41:07 PM
The imageprofile X-Function was designed for supporting the Image Profile tool and not for general scripting. You can either run code after the XF to set fonts as desired, like:

LAYER2.Y.LABEL.PT = 16; // Set point size to 16
etc.

or modify the PROFILE_CONTOUR_HLINE template (if that's what you see when you do a Template Save As)

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