[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.Fluent.FibonacciArcsBuilder-1.Start

Start Method

Start(DataPoint)

Configurates Start. Sets the starting DataPoint for the base line.

Declaration
public FibonacciArcsBuilder<T> Start(DataPoint value)
Parameters
Type Name Description
DataPoint value

The value.

Returns
Type Description
FibonacciArcsBuilder<T>

Current builder.

Remarks

The DataPoint X value can be a number or a Date object. Unlike some of the other Fibonacci tools, the starting DataPoint is not calculated automatically if undefined.