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