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

In This Topic
    YIntercept Property
    In This Topic
    Gets or sets the y value of the trend line when X = 0.
    Syntax
    'Declaration
     
    Public Property YIntercept As System.Double
    public System.double YIntercept {get; set;}
    Remarks
    Only for polynomial trend lines.
    See Also