How to draw curve between points

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
wwp3321
Newbie
Newbie
Posts: 60
Joined: Wed Jul 02, 2003 4:00 am

How to draw curve between points

Post by wwp3321 » Mon Apr 05, 2010 12:20 am

I add a Line to the chart,then add some points to the Line.
But the Series was drawed as straigth line between points.
How can I get the Series drawed with curve between points.

Best Regards
wang.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: How to draw curve between points

Post by Narcís » Tue Apr 06, 2010 1:27 pm

Hi wang,

You can use smoothing function for that. You'll find an example at All Features\Welcome!\Functions\Extended\Smoothing SpLine in the new features demo, available at TeeChart's program group.

Also notice that TeeChart 2010 VCL, which will be published very soon, includes Smoothed property for line series. This property already does this job internally.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

wwp3321
Newbie
Newbie
Posts: 60
Joined: Wed Jul 02, 2003 4:00 am

Re: How to draw curve between points

Post by wwp3321 » Wed Apr 07, 2010 2:47 am

Thank you very much!

Post Reply