[]
Defines a builder to configurate Envelopes<T>.
public class EnvelopesBuilder<T> : ExtraSeriesBuilder<T, Envelopes<T>, EnvelopesBuilder<T>>
Name | Description |
---|---|
T |
Name | Description |
---|---|
EnvelopesBuilder(Envelopes<T>) | Creates one EnvelopesBuilder<T> instance to configurate |
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. |