TCustomFittingFunction.TypeFitting

TCustomFittingFunction.TypeFitting
TCustomFittingFunction

property TypeFitting: TTypeFitting;

Unit
CurvFitt

Description
Default Value: cfPolynomial

The TypeFitting property specifies the method used by TCurveFittingFunction to calculate their point values. Currently only one fitting method is used: cfPolynomial

cfPolynomial means TCurveFittingFunction will solve a linear equation system having as input all DataSource points.

Then, for each DataSource X coordinate a new Y value will be obtained by applying the resulting polynomy coefficients.