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

FibonacciIndicatorModel.BaseLevelLineStyle Property

Returns the model of the base level line style of the modeled Fibonacci indicator.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
LineStyleModel

The model of the base line level line style.

See Also