[]
Configurates GapWidth. Sets a value that determines the gap width as a percentage for the Box and Whisker chart. The default value for this property is 0.1. The min value is 0 and max value is 1.
public BoxWhiskerBuilder<T> GapWidth(float value)
Type | Name | Description |
---|---|---|
float | value | The value. |
Type | Description |
---|---|
BoxWhiskerBuilder<T> | Current builder. |