About Smoothing function

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
johnnix
Advanced
Posts: 192
Joined: Tue Jul 10, 2007 12:00 am

About Smoothing function

Post by johnnix » Tue Jul 17, 2007 6:23 am

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

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

Post by Pep » Tue Jul 17, 2007 9:10 am

Hi,

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

johnnix
Advanced
Posts: 192
Joined: Tue Jul 10, 2007 12:00 am

Post by johnnix » Tue Jul 17, 2007 9:24 am

Thank you very much for your prompt reply. Obviously you are the experts on this!!! I already implemented your tip and work great.

Regards

Post Reply