ISmoothingFunction.Factor
ISmoothingFunction
property Factor: Integer;
Type Library
TeeChartx
Description
Default : 4
Gets or sets the number of times the resulting smooth points are in quantity compared to source points.
For example, a value of 4 means the smooth points will be 4 times the number of source points.
The bigger the factor property is, the smoothest resulting curves will be.
TChart1.Series(1).FunctionType.asSmoothing.Factor = 10