[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.Fluent.EnvelopesBuilder-1

EnvelopesBuilder<T> Class

Defines a builder to configurate Envelopes<T>.

Inheritance
HideObjectMembers
EnvelopesBuilder<T>
Namespace: C1.Web.Mvc.Finance.Fluent
Assembly: C1.AspNetCore.Mvc.Finance.dll
Syntax
public class EnvelopesBuilder<T> : ExtraSeriesBuilder<T, Envelopes<T>, EnvelopesBuilder<T>>
Type Parameters
Name Description
T

Constructors

Name Description
EnvelopesBuilder(Envelopes<T>)

Creates one EnvelopesBuilder<T> instance to configurate obj.

Methods

Name Description
Period(double)

Configurates Period. Sets the period for the calculation as an integer value.

Size(double)

Configurates Size. Sets or set the size of the moving average envelopes.

Type(MovingAverageType)

Configurates Type. Sets the moving average type for the envelopes.