Back to Devexpress

FibonacciArcs Class

wpf-devexpress-dot-xpf-dot-charts-023e882a.md

latest3.2 KB
Original Source

FibonacciArcs Class

Represents an individual Fibonacci Arcs indicator.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class FibonacciArcs :
    FibonacciIndicator
vb
Public Class FibonacciArcs
    Inherits FibonacciIndicator

Remarks

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

To create a Fibonacci Arcs 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 Arcs levels, use the FibonacciIndicator.ShowLevel23_6, FibonacciIndicator.ShowLevel76_4 and FibonacciArcs.ShowLevel100 properties.

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

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

Implements

ILegendVisible

Inheritance

Show 13 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement Indicator FinancialIndicator FibonacciIndicator FibonacciArcs

See Also

FibonacciArcs Members

DevExpress.Xpf.Charts Namespace