[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.Fibonacci-1

Fibonacci<T> Class

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

Inheritance
Fibonacci<T>
Namespace: C1.Web.Mvc.Finance
Assembly: C1.Web.Mvc.Finance.dll
Syntax
public class Fibonacci<T> : ExtraSeries<T>
Type Parameters
Name Description
T

Constructors

Name Description
Fibonacci(FlexChartCore<T>)

Creates one Fibonacci<T> instance.

Properties

Name Description
ExtraSeriesTypeName

Gets the Name of this Series.

High

Gets or sets the high value of Fibonacci tool.

LabelPosition

Gets or sets the position of data labels.

Levels

Gets or sets the array of levels for plotting.

Low

Gets or sets the low value of Fibonacci tool.

MaxX

Gets or sets the x maximum value of the Fibonacci tool.

MinX

Gets or sets the x minimal value of the Fibonacci tool.

Uptrend

Gets or sets a value indicating whether to create uptrending Fibonacci tool.