[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.TrendLineBuilder-1.TrendLineOrder

TrendLineOrder Method

TrendLineOrder(int)

Configurates TrendLineOrder. Sets the number of terms in a polynomial or fourier equation.

Declaration
public TrendLineBuilder<T> TrendLineOrder(int value)
Parameters
Type Name Description
int value

The value.

Returns
Type Description
TrendLineBuilder<T>

Current builder.

Remarks

Set this value to an integer greater than 1. It works when the fitType is set to TrendLineFitType.Polynomial or TrendLineFitType.Fourier.