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