[]
Add a Fibonacci Series to the FinancialChart series list.
public FibonacciBuilder<T> AddFibonacci()
| Type | Description |
|---|---|
| FibonacciBuilder<T> | The series builder |
Add a Fibonacci Series to the FinancialChart series list.
public FibonacciBuilder<T> AddFibonacci(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The name of series |
| Type | Description |
|---|---|
| FibonacciBuilder<T> | The series builder |