Gets or sets the number of terms in regression equation. For polynomial regressions, the number of terms indicates the order of the polynomial, i.e. NumTerms = order + 1. Therefore, a linear regression would have NumTerms = 2.

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

Syntax

C#
[DefaultValueAttribute(2)]
public int NumTerms { get; set; }
Visual Basic
<DefaultValueAttribute(2)> _
Public Property NumTerms As Integer
	Get
	Set

Remarks

Only for polynomial and Fourier trend lines.

See Also