[]
        
(Showing Draft Content)

C1.Win.C1Chart.ICustomTrendLine.Calculate

Calculate Method

Calculate(TrendLine, double[], double[])

Calculates the points of the TrendLine to be plotted, the X values and Y values must be returned by GetXValues() and GetYValues() methods.

Declaration
void Calculate(TrendLine tl, double[] x, double[] y)
Parameters
Type Name Description
TrendLine tl

TrendLine.

double[] x

X value,

double[] y

Y value.

See Also