Calculate the polynomial fit
public Void PolyFit(Int32 numPoints,
Double[] x,
Double[] y)

Parameters

numPoints
Number of points to fit
x
x values
y
y values

See Also

Poly Class | Poly Members | Steema.TeeChart.Functions Namespace