[]
Configurates End. Sets the ending DataPoint for the base line.
public FibonacciArcsBuilder<T> End(DataPoint value)
| Type | Name | Description |
|---|---|---|
| DataPoint | value | The value. |
| Type | Description |
|---|---|
| FibonacciArcsBuilder<T> | Current builder. |
The DataPoint X value can be a number or a Date object (for time-based data). Unlike some of the other Fibonacci tools, the ending DataPoint is not calculated automatically if undefined.