[]
Represents a Moving Average Envelopes overlay series for the FinancialChart
public class Envelopes<T> : ExtraSeries<T>
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| Envelopes(FlexChartCore<T>) | Creates one Envelopes<T> instance. |
| Name | Description |
|---|---|
| ExtraSeriesTypeName | Gets the Name of this Series. |
| Period | Gets or sets the period for the calculation as an integer value. |
| Size | Gets or set the size of the moving average envelopes. |
| Type | Gets or sets the moving average type for the envelopes. |