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

FibonacciIndicatorModel.ShowLevel76_4 Property

Gets or sets the value of the FibonacciIndicator.ShowLevel76_4 within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions("Behavior")]
[LocalizableCategory(DesignerCategories.Behavior)]
public bool ShowLevel76_4 { get; set; }

Property Value

Type Description
Boolean

true if the 76.4% level should be displayed; otherwise false.

See Also