WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.WinUI.Chart Namespace / TrendLine Class / Approximate Method
X value.
In This Topic
    Approximate Method
    In This Topic
    Approximate y-value by given x.
    Syntax
    public double Approximate( 
       double x
    )

    Parameters

    x
    X value.

    Return Value

    Approximated Y-value.
    See Also