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