MovingAverage.EnvelopeLineStyle Property
In This Article
Specifies the line style for the Envelope kind of the Moving Average and Envelope technical indicator.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public LineStyle EnvelopeLineStyle { get; }
#Property Value
Type | Description |
---|---|
Line |
A Line |
#Remarks
When the MovingAverage.Kind property is set to either Envelope or MovingAverageAndEnvelope, you can adjust envelope options via the EnvelopeLineStyle, MovingAverage.EnvelopePercent and MovingAverage.EnvelopeColor properties.
For more information, see Moving Average and Envelope.
See Also