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