[]
Configurates Levels. Sets the array of levels for plotting.
public FibonacciArcsBuilder<T> Levels(double[] value)
Public Function Levels(value As Double()) As FibonacciArcsBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| double[] | value | The value. |
| Type | Description |
|---|---|
| FibonacciArcsBuilder<T> | Current builder. |