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

MovingAverageModel.EnvelopeLineStyle Property

Returns the model of line style used to draw envelopes of the modeled Moving Average indicator.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public LineStyleModel EnvelopeLineStyle { get; }

Property Value

Type Description
LineStyleModel

The model of envelope line style.

See Also