Gets or sets whether the trend line uses YIntercept property.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool UseYIntercept { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
Public Property UseYIntercept As Boolean
	Get
	Set

Remarks

Only for polynomial trend lines.

See Also