TSmoothingFunction
Hierarchy Properties Methods Events
Unit
TeeSpline
Description
Creates a new series with smoothed points from a given source series.
var
Smoothingfunction1: TSmoothingFunction;
Smoothingfunction1 := TSmoothingFunction.Create(Self);
Series2.SetFunction(Smoothingfunction1);
Series2.DataSource := Series1;