[]
Add a Waterfall Series to the series list.
public WaterfallBuilder<T> AddWaterfall()
| Type | Description |
|---|---|
| WaterfallBuilder<T> | The series builder |
Add a Waterfall Series to the series list.
public WaterfallBuilder<T> AddWaterfall(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The name of series |
| Type | Description |
|---|---|
| WaterfallBuilder<T> | The series builder |