[]
Add an ErrorBar Series to the series list.
public ErrorBarBuilder<T> AddErrorBar()
| Type | Description |
|---|---|
| ErrorBarBuilder<T> | The series builder |
Add an ErrorBar Series to the series list.
public ErrorBarBuilder<T> AddErrorBar(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The name of series |
| Type | Description |
|---|---|
| ErrorBarBuilder<T> | The series builder |