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