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