[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.MovingAverageBuilder-1.Period

Period Method

Period(int)

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

Declaration
public MovingAverageBuilder<T> Period(int value)
Parameters
Type Name Description
int value

The value.

Returns
Type Description
MovingAverageBuilder<T>

Current builder.

Remarks

It should be set to some integer value greater than 1.