[]
Calculates the points of the TrendLine to be plotted, the X values and Y values must be returned by GetXValues() and GetYValues() methods.
void Calculate(TrendLine tl, double[] x, double[] y)
Type | Name | Description |
---|---|---|
TrendLine | tl | TrendLine. |
double[] | x | X value, |
double[] | y | Y value. |