Gets or sets the y value of the trend line when X = 0.
[Visual Basic]
Public Property YIntercept As Double
[C#]
public double YIntercept {get;set;}
[Delphi]
public property YIntercept: Double read get_YIntercept write set_YIntercept;
Remarks
Only for polynomial trend lines.
See Also
RegressionOptions Class | RegressionOptions Members | C1.Win.C1Chart Namespace | RegressionOptions Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |