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