[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.TrendLineBuilder-1

TrendLineBuilder<T> Class

Defines a builder to configurate TrendLine<T>.

Namespace: C1.Web.Mvc.Fluent
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class TrendLineBuilder<T> : TrendLineBaseBuilder<T, TrendLine<T>, TrendLineBuilder<T>>
Type Parameters
Name Description
T

Constructors

Name Description
TrendLineBuilder(TrendLine<T>)

Creates one TrendLineBuilder<T> instance to configurate obj.

Methods

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.