corelibraries-devexpress-dot-xtracharts-dot-movingaverage-256c3eda.md
Specifies the line style for the Envelope kind of the Moving Average and Envelope technical indicator.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public LineStyle EnvelopeLineStyle { get; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property EnvelopeLineStyle As LineStyle
| Type | Description |
|---|---|
| LineStyle |
A LineStyle object, specifying the line style settings.
|
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