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

In This Topic
    UseYIntercept Property
    In This Topic
    Gets or sets whether the trend line uses YIntercept property.
    Syntax
    'Declaration
     
    Public Property UseYIntercept As System.Boolean
    public System.bool UseYIntercept {get; set;}
    Remarks
    Only for polynomial trend lines.
    See Also