Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public LineStyle EnvelopeLineStyle { get; }

Property Value

Type Description
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