Skip to main content
A newer version of this page is available. .

FibonacciFans Class

Represents an individual Fibonacci Fans indicator.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public class FibonacciFans :
    FibonacciIndicator

Remarks

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

To create a Fibonacci Fans 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 Fans levels, use the FibonacciFans.ShowLevel0, FibonacciIndicator.ShowLevel23_6, FibonacciIndicator.ShowLevel76_4 properties.

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

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

Implements

See Also