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