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