Back to Devexpress

FibonacciIndicator.ShowLevel76_4 Property

wpf-devexpress-dot-xpf-dot-charts-dot-fibonacciindicator-dot-showlevel76-underscore-4.md

latest1.4 KB
Original Source

FibonacciIndicator.ShowLevel76_4 Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool ShowLevel76_4 { get; set; }
vb
Public Property ShowLevel76_4 As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

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

To learn more about a Fibonacci Indicators, see Fibonacci Indicators.

See Also

FibonacciIndicator Class

FibonacciIndicator Members

DevExpress.Xpf.Charts Namespace