[]
Add an ATR Series to the FinancialChart series list.
public ATRBuilder<T> AddATR()
Public Function AddATR() As ATRBuilder(Of T)
| Type | Description |
|---|---|
| ATRBuilder<T> | The series builder |
Add an ATR Series to the FinancialChart series list.
public ATRBuilder<T> AddATR(string name)
Public Function AddATR(name As String) As ATRBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| string | name | The name of series |
| Type | Description |
|---|---|
| ATRBuilder<T> | The series builder |