Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FibonacciRetracement Class

Represents an individual Fibonacci Retracement indicator.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public class FibonacciRetracement :
    FibonacciIndicator

#Remarks

Objects of the FibonacciRetracement class are contained in the IndicatorCollection class returned by the XYSeries2D.Indicators property.

To create a Fibonacci Retracement indicator, it is necessary to specify the FinancialIndicator.Argument1 and FinancialIndicator.ValueLevel1 for the first point, and FinancialIndicator.Argument2 and FinancialIndicator.ValueLevel2 for the second point.

To control the visibility of Fibonacci Retracement levels, use the FibonacciIndicator.ShowLevel23_6 and FibonacciIndicator.ShowLevel76_4 properties.

The appearance of a Fibonacci Retracement indicator is determined by its Indicator.Brush and Indicator.LineStyle properties.

For more information, see the corresponding section of Fibonacci Indicators.

#Implements

See Also