Back to Devexpress

FibonacciArcs.ShowLevel100 Property

wpf-devexpress-dot-xpf-dot-charts-dot-fibonacciarcs-dot-showlevel100.md

latest1.6 KB
Original Source

FibonacciArcs.ShowLevel100 Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Remarks

Use the ShowLevel100 property to display the 100% level within the Arcs kind of the Fibonacci Indicators. This may be helpful for trend analysis.

Note

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

To learn more about Fibonacci Arcs, see Fibonacci Indicators.

See Also

FibonacciArcs Class

FibonacciArcs Members

DevExpress.Xpf.Charts Namespace