[]
        
(Showing Draft Content)

C1.Win.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.

Inheritance
Fibonacci
Implements
ISeries
IStyleProvider
Namespace: C1.Win.Chart.Finance
Assembly: C1.Win.FinancialChart.8.dll
Syntax
public class Fibonacci : Series, IDisposable, ISeries, IStyleProvider

Constructors

Name Description
Fibonacci()

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 the chart type.