[]
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. |
MaxX(int?) | Configurates MaxX. Sets the maximal x-value. |
MinX(int?) | Configurates MinX. Sets the minimal x-value. |
TrendLineOrder(int) | Configurates TrendLineOrder. Sets the number of terms in a polynomial or fourier equation. |