[]
Defines a builder to configurate Fibonacci<T>.
public class FibonacciBuilder<T> : ExtraSeriesBuilder<T, Fibonacci<T>, FibonacciBuilder<T>>
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| FibonacciBuilder(Fibonacci<T>) | Creates one FibonacciBuilder<T> instance to configurate |
| 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. |