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
 Origin Forum
 Line endpoint shape

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
jc_168 Posted - 04/17/2013 : 10:02:48 PM
Hi, does anybody know how to change the shape of endpoint? The Origin default setting for line is round endpoint which is looks like, (in red circle)



It is not good for display. How can I change it to rectangle shape?

Thanks.
2   L A T E S T    R E P L I E S    (Newest First)
Hideo Fujii Posted - 10/07/2015 : 3:39:03 PM
For visitors to this thread:

Instead of axis ticks in effect, you can use the the system variable, @LCG for the line/arrow object;
@LCG = 0; // Use round end cap (the default)
@LCG = 1; // Use square end cap 
@LCG = 2; // Use flat end cap
In recent versions, you can set the system variable by choosing "Tools: System Variables" menu.
(Note that no need of "@" in this tool.)

--Hideo Fujii
OriginLab
greg Posted - 04/19/2013 : 2:52:34 PM
We do have a system variable that controls use of either of the three standard Windows line cap methods:
@LCA = 0; // Use round end cap - radius centered on point value (the default)
@LCA = 1; // Use square end cap - extend line one-half of line thickness
@LCA = 2; // Use flat end cap - end line at point value

But this variable affects Axes and Tick Marks ONLY.

We currently do not support this for any graphic objects and certainly not for lines in a plot which would be disastrous:


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