Gets or sets the y value of the trend line when X = 0.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(0)] public double YIntercept { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(0)> _ Public Property YIntercept As Double Get Set |
Remarks
Only for polynomial trend lines.