Back to Devexpress

FibonacciFans.ShowLevel0 Property

wpf-devexpress-dot-xpf-dot-charts-dot-fibonaccifans-dot-showlevel0.md

latest1.6 KB
Original Source

FibonacciFans.ShowLevel0 Property

Gets or sets the value which determines whether to display the 0% level for the Fans type of Fibonacci Indicators.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Remarks

Use the ShowLevel0 property to display the 0% level within the Fans type of Fibonacci Indicators. This may be helpful for trend analysis.

Note

This property is in effect for Fibonacci Fans only, because the 0% level isn’t available for Fibonacci Arcs, and is displayed permanently for Fibonacci Retracement.

To learn more about Fibonacci Fans, see Fibonacci Indicators.

See Also

FibonacciFans Class

FibonacciFans Members

DevExpress.Xpf.Charts Namespace