[]
Configurates ShowMeanMarker. Sets a value that determines whether to show the mean marker for the Box and Whisker chart.
public BoxWhiskerBuilder<T> ShowMeanMarker(bool value)
Type | Name | Description |
---|---|---|
bool | value | The value. |
Type | Description |
---|---|
BoxWhiskerBuilder<T> | Current builder. |