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

FibonacciIndicatorModel.ShowLevel23_6 Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
Boolean

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

See Also