Page 1 of 1

About Smoothing function

Posted: Tue Jul 17, 2007 6:23 am
by 10046032
Hello,

I have a TPointSeries and I need to display a smooth line connecting these
points. I create a LineSeries and as a data source I use the Smoothing
function but the result is not what I need (see the attached picture). How
can I produce the red line? (The XValues, YValuse order in both series is
set to none).

Regards

Image

Posted: Tue Jul 17, 2007 9:10 am
by Pep
Hi,

how about using a THorizLineSeries with Pointer visible (seeting border visible to false if you want) instead of TPointSeries ?

Posted: Tue Jul 17, 2007 9:24 am
by 10046032
Thank you very much for your prompt reply. Obviously you are the experts on this!!! I already implemented your tip and work great.

Regards