FibonacciIndicatorModel.ShowLevel23_6 Property
Gets or sets the value of the FibonacciIndicator.ShowLevel23_6 within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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