[]
Add an CCI Series to the FinancialChart series list.
public CCIBuilder<T> AddCCI()
| Type | Description |
|---|---|
| CCIBuilder<T> | The series builder |
Add an CCI Series to the FinancialChart series list.
public CCIBuilder<T> AddCCI(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The name of series |
| Type | Description |
|---|---|
| CCIBuilder<T> | The series builder |