[]
Defines a builder to configurate FibonacciArcs<T>.
public class FibonacciArcsBuilder<T> : ExtraSeriesBuilder<T, FibonacciArcs<T>, FibonacciArcsBuilder<T>>
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| FibonacciArcsBuilder(FibonacciArcs<T>) | Creates one FibonacciArcsBuilder<T> instance to configurate |
| Name | Description |
|---|---|
| End(DataPoint) | Configurates End. Sets the ending DataPoint for the base line. |
| LabelPosition(LabelPosition) | Configurates LabelPosition. Sets the LabelPosition for levels in FibonacciArcs tool. |
| Levels(double[]) | Configurates Levels. Sets the array of levels for plotting. |
| Start(DataPoint) | Configurates Start. Sets the starting DataPoint for the base line. |