[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.MovingAverageBuilder-1

MovingAverageBuilder<T> Class

Defines a builder to configurate MovingAverage<T>.

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

Constructors

Name Description
MovingAverageBuilder(MovingAverage<T>)

Creates one MovingAverageBuilder<T> instance to configurate obj.

Methods

Name Description
Period(int)

Configurates Period. Sets the period of the moving average line.

Type(MovingAverageType)

Sets the type of the moving average line.