[]
Defines a builder to configurate TrendLine<T>.
public class TrendLineBuilder<T> : TrendLineBaseBuilder<T, TrendLine<T>, TrendLineBuilder<T>>
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| TrendLineBuilder(TrendLine<T>) | Creates one TrendLineBuilder<T> instance to configurate |
| Name | Description |
|---|---|
| FitType(TrendLineFitType) | Sets the fit type of the trendline. |
| TrendLineOrder(int) | Configurates TrendLineOrder. Sets the number of terms in a polynomial or fourier equation. |