[]
Defines a builder to configurate FibonacciTimeZones<T>.
public class FibonacciTimeZonesBuilder<T> : ExtraSeriesBuilder<T, FibonacciTimeZones<T>, FibonacciTimeZonesBuilder<T>>
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| FibonacciTimeZonesBuilder(FibonacciTimeZones<T>) | Creates one FibonacciTimeZonesBuilder<T> instance to configurate |
| Name | Description |
|---|---|
| EndX(object) | Configurates EndX. Sets the ending X data point for the time zones. |
| LabelPosition(LabelPosition) | Configurates LabelPosition. Sets the LabelPosition for levels in FibonacciTimeZones tool. |
| Levels(double[]) | Configurates Levels. Sets the array of levels for plotting. |
| StartX(object) | Configurates StartX. Sets the starting X data point for the time zones. |