Smooth line

TeeChart for ActiveX, COM and ASP
Post Reply
Rama
Newbie
Newbie
Posts: 13
Joined: Fri Nov 15, 2002 12:00 am
Contact:

Smooth line

Post by Rama » Thu Jul 15, 2004 10:03 am

Hi,

I want to know how to draw a smooth line in Teechart. I am looking a series type which draws the smooth line. I do not want to first draw a series "Series0" and apply a function type as spline. This will draw a new series "Series1". I do not want to follw this way. Because this won't meet my requirement. Already I am having the values from a cubic spline calculations. I need to draw these values in the teechart.

Your help is appreciable.

Thanks & Regards,
Rama

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Jul 15, 2004 10:23 am

Hi Rama,
type as spline. This will draw a new series "Series1". I do not want to follw this way. Because this won't meet my requirement. Already I am having the values from a cubic spline
You can use the spLine and make the first Series invisible and also set the ShowInLegend property to False for the first Series.

Post Reply