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

In This Topic
    NumTerms Property
    In This Topic
    Gets or sets the number of terms in regression equation. For polynomial regressions, the number of terms indicates the order of the polynomial, i.e. NumTerms = order + 1. Therefore, a linear regression would have NumTerms = 2.
    Syntax
    'Declaration
     
    Public Property NumTerms As System.Integer
    public System.int NumTerms {get; set;}
    Remarks
    Only for polynomial and Fourier trend lines.
    See Also