[]
        
(Showing Draft Content)

C1.Win.C1Chart.TrendLine.GetY

GetY Method

GetY(double)

Calculates the value of the TrendLine at the specified value of X.

Declaration
public double GetY(double x)
Parameters
Type Name Description
double x

X value

Returns
Type Description
double

Calculated y value.

Remarks

This method only applies to TrendLines types that perform regressions.

See Also