Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool ShowAdditionalLevels { get; set; }

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