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