FibonacciRetracement.ShowAdditionalLevels Property
Gets or sets the value which determines whether to display additional levels for the Retracement type of Fibonacci indicators.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the additional levels should be displayed; otherwise, false. |
Remarks
Use this property to display additional levels (based on the Fibonacci sequence) within the Retracement type of Fibonacci Indicators.
For more information on a Fibonacci Retracement indicator, see Fibonacci Indicators.
See Also