Skip to main content

FibonacciIndicatorModel.ShowLevel76_4 Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

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