[]
        
(Showing Draft Content)

C1.WPF.Chart.Finance.Fibonacci

Fibonacci Class

Represents a Fibonacci Retracements tool for the FinancialChart. This tool enables the calculation and plotting of various alert levels that are useful in financial charts.

Implements
Namespace: C1.WPF.Chart.Finance
Assembly: C1.WPF.FinancialChart.4.6.2.dll
Syntax
public class Fibonacci : Series, IDisposable

Constructors

Name Description
Fibonacci()

Fields

Name Description
HighProperty

Identifies the High dependency property.

LabelPositionProperty

Identifies the LabelPosition dependency property.

LevelsProperty

Identifies the Levels dependency property.

LowProperty

Identifies the Low dependency property.

MaxXProperty

Identifies the MaxX dependency property.

MinXProperty

Identifies the MinX dependency property.

UptrendProperty

Identifies the Uptrend dependency property.

Properties

Name Description
High

Gets or sets the high value of Fibonacci tool. If not specified, the high value is calculated based on data values provided by the ItemsSource.

LabelPosition

Gets or sets the label position for levels in Fibonacci tool.

Levels

Gets or sets the array of levels for plotting.

Low

Gets or sets the low value of Fibonacci tool. If not specified, the low value is calculated based on data values provided by ItemsSource.

MaxX

Gets or sets the x maximum value of the Fibonacci tool. If not specified, current maximum of x-axis is used. The value can be specified as a number or Date object.

MinX

Gets or sets the x minimum value of the Fibonacci tool. If not specified, current minimum of x-axis is used. The value can be specified as a number or Date object.

Uptrend

Gets or sets a value indicating whether to create uptrending Fibonacci tool. Default value is true(uptrend). If the value is false, the downtrending levels are plotted.

Methods

Name Description
GetChartType()

Gets actual chart type.