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