2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / TrendLine Class / GetCoefficients Method

In This Topic
    GetCoefficients Method
    In This Topic
    Returns the calculatedCalculated the coefficients of the TrendLine.
    Syntax
    'Declaration
     
    Public Function GetCoefficients() As System.Double()
    public System.double[] GetCoefficients()

    Return Value

    Array of coefficients that describes equation of trendlines.
    See Also