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