Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FibonacciIndicator.ShowLevel23_6 Property

Gets or sets the value which determines whether to display the 23.6% level for the Fibonacci Indicator of the required kind.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v24.2.dll

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public bool ShowLevel23_6 { get; set; }

#Property Value

Type Description
Boolean

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

#Remarks

Use of the ShowLevel23_6 property may be helpful for trend analysis.

To learn more about Fibonacci Indicators, see Fibonacci Indicators.

See Also