2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ICustomTrendLine Interface / GetY Method
Parameter.

In This Topic
    GetY Method (ICustomTrendLine)
    In This Topic
    Calculates the value of the TrendLine at specified X value.
    Syntax
    'Declaration
     
    Function GetY( _
       ByVal x As System.Double _
    ) As System.Double
    System.double GetY( 
       System.double x
    )

    Parameters

    x
    Parameter.

    Return Value

    Double.
    See Also