[]
Configurates MeanLineStyle. Sets a value that specifies the style for the mean line.
public BoxWhiskerBuilder<T> MeanLineStyle(Action<SVGStyleBuilder> build)
| Type | Name | Description |
|---|---|---|
| Action<SVGStyleBuilder> | build | The builder function. |
| Type | Description |
|---|---|
| BoxWhiskerBuilder<T> | Current builder. |