Back to Devexpress

MovingAverage.EnvelopeLineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-movingaverage-256c3eda.md

latest2.2 KB
Original Source

MovingAverage.EnvelopeLineStyle Property

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

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public LineStyle EnvelopeLineStyle { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property EnvelopeLineStyle As LineStyle

Property Value

TypeDescription
LineStyle

A LineStyle object, specifying the line style settings.

|

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

Moving Average and Envelope

MovingAverage Class

MovingAverage Members

DevExpress.XtraCharts Namespace