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