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