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
 IDM_PLOT_??? for segmented line

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
TilmanICT Posted - 02/17/2012 : 11:56:07 AM
Origin Ver. and Service Release (Select Help-->About Origin):
Operating System: Origin 8.5

Hi,

I want to create a segmented line by the AddPlot command... Ist it possibly? Whats the right IDM_PLOT_ command for segmented lines?

regards,
tilman
2   L A T E S T    R E P L I E S    (Newest First)
TilmanICT Posted - 02/22/2012 : 02:57:22 AM
Thanks!

That helped!

Tilman
Penn Posted - 02/19/2012 : 8:58:06 PM
Hi tilman,

There is no IDM_PLOT_ command for segmented lines. However, you can firstly make a line plot by using IDM_PLOT_LINE, and then set the format of this line plot to get the segmented lines.

Here is the example on how to make a line plot and set the format for line plot. To set the segment, you can use the following lines.

tr.Root.Line.Connect.dVal = 3;  // 2 = 2 Point Segment, 3 = 3 Point Segment


Penn

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