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
 Forum for Origin C
 command to increase the height of Long name

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
shyamigcar Posted - 05/14/2013 : 01:53:32 AM
what is the command in lab talk used to increase the height of long name, comments, units in the origin 8?
1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 05/14/2013 : 11:40:36 AM
Again, you are in the wrong Forum. LabTalk questions are here:
http://www.originlab.com/forum/forum.asp?FORUM_ID=10

You can use the wrowheight X-Function: wrowheight

The header rows must be explicitly referenced using a relative offset where 0 is the first row above data, -1 is the second, etc.

Since the function expects the header row(s) to exist you should precede it with a command to establish which header rows are displayed and in which order:

wks.labels(LUC); // Turn on Long Name, Units, Comments in that order
wrowheight irng:=![-2]:[-1] height:=1.5; // Long Name & Units 150%
wrowheight irng:=![0]:[0] height:=4; // Comments 400%

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