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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 Forum for Origin C
 IDM_PLOT_??? for segmented line
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

TilmanICT

2 Posts

Posted - 02/17/2012 :  11:56:07 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

Penn

China
644 Posts

Posted - 02/19/2012 :  8:58:06 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

TilmanICT

2 Posts

Posted - 02/22/2012 :  02:57:22 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks!

That helped!

Tilman
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000