MovingAverage.EnvelopePercent Property
Specifies the percent for the Envelope kind of the Moving Average and Envelope technical indicator.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public double EnvelopePercent { get; set; }
Property Value
Type | Description |
---|---|
Double | A Double value, greater than 0 and less than or equal to 100. |
Remarks
When the MovingAverage.Kind property is set to either Envelope or MovingAverageAndEnvelope, you can adjust envelope options, via the MovingAverage.EnvelopeLineStyle, EnvelopePercent and MovingAverage.EnvelopeColor properties.
For more information, see Moving Average and Envelope.
See Also