MovingAverageModel.LineStyle Property
Returns the model of the line style of the modeled Moving Average indicator.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v22.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Appearance)]
public LineStyleModel LineStyle { get; }
Property Value
Type | Description |
---|---|
LineStyleModel | The model of the line style. |
See Also