[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.Fluent.FibonacciBuilder-1

FibonacciBuilder<T> Class

Defines a builder to configurate Fibonacci<T>.

Inheritance
HideObjectMembers
FibonacciBuilder<T>
Namespace: C1.Web.Mvc.Finance.Fluent
Assembly: C1.Web.Mvc.Finance.dll
Syntax
public class FibonacciBuilder<T> : ExtraSeriesBuilder<T, Fibonacci<T>, FibonacciBuilder<T>>
Type Parameters
Name Description
T

Constructors

Name Description
FibonacciBuilder(Fibonacci<T>)

Creates one FibonacciBuilder<T> instance to configurate obj.

Methods

Name Description
High(double?)

Configurates High. Sets the high value of Fibonacci tool.

LabelPosition(LabelPosition)

Configurates LabelPosition. Sets the position of data labels.

Levels(double[])

Configurates Levels. Sets the array of levels for plotting.

Low(double?)

Configurates Low. Sets the low value of Fibonacci tool.

MaxX(object)

Configurates MaxX. Sets the x maximum value of the Fibonacci tool.

MinX(object)

Configurates MinX. Sets the x minimal value of the Fibonacci tool.

Uptrend(bool)

Configurates Uptrend. Sets a value indicating whether to create uptrending Fibonacci tool.