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.
How to draw curve between points
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: How to draw curve between points
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.
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 |
Instructions - How to post in this forum |
Re: How to draw curve between points
Thank you very much!