2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / RegressionStatistics Class / Coeffs Property

In This Topic
    Coeffs Property
    In This Topic
    Gets the calculated coefficients of regression equation.
    Syntax
    'Declaration
     
    Public ReadOnly Property Coeffs As System.Double()
    public System.double[] Coeffs {get;}
    See Also