ICurveFittingFunction.TypeFitting
ICurveFittingFunction

property TypeFitting: ETypeFitting;

Type Library
TeeChartx

Description
Default Value: cfPolynomial

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

cfPolynomial means CurveFittingFunction 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.