[]
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
| Name | Description |
|---|---|
| Envelopes() |
| Name | Description |
|---|---|
| SizeProperty | Identifies the Size dependency property. |
| TypeProperty | Identifies the Type dependency property. |
| Name | Description |
|---|---|
| LowerYVals | |
| Size | Gets or sets the size of the moving average. |
| Type | Gets or sets the moving average type for the envelopes. |
| UpperYVals |
| Name | Description |
|---|---|
| GetItem(int) | Gets data item by its index. |