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.v26.1.Wizard.dll
Declaration
[LocalizableCategory(DesignerCategories.Appearance)]
public LineStyleModel EnvelopeLineStyle { get; }
Property Value
| Type | Description |
|---|---|
| LineStyleModel | The model of envelope line style. |
See Also