[]
Configurates TrendLineOrder. Sets the number of terms in a polynomial or fourier equation.
public TrendLineBuilder<T> TrendLineOrder(int value)
Type | Name | Description |
---|---|---|
int | value | The value. |
Type | Description |
---|---|
TrendLineBuilder<T> | Current builder. |
Set this value to an integer greater than 1. It works when the fitType is set to TrendLineFitType.Polynomial or TrendLineFitType.Fourier.