Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / TrendLine Class / Approximate Method
X value.

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

    Parameters

    x
    X value.

    Return Value

    Approximated Y-value.
    See Also