FlexChart | ComponentOne
C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart Namespace / TrendLine Class / Approximate Method
X value.

In This Topic
    Approximate Method (TrendLine)
    In This Topic
    Approximate y-value by given x.
    Syntax
    'Declaration
     
    Public Function Approximate( _
       ByVal x As System.Double _
    ) As System.Double
    public System.double Approximate( 
       System.double x
    )

    Parameters

    x
    X value.

    Return Value

    Approximated Y-value.
    See Also