[]
Represents a Moving Average Envelopes overlay series for the FinancialChart. Moving average envelopes are moving average set above and below a standard moving average. The amount above/blow the standard moving average is percentage based and dictated by the size property.
public class Envelopes : IndicatorBase, IDisposable, ISeries, IStyleProvider
| Name | Description |
|---|---|
| Envelopes() |
| Name | Description |
|---|---|
| LowerYVals | Gets the array of lower Y values. |
| Size | Gets or sets the size of the moving average. |
| Type | Gets or sets the moving average type for the envelopes. |
| UpperYVals | Gets the array of upper Y values. |
| Name | Description |
|---|---|
| GetItem(int) | Gets the data item. |