[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.BoxWhiskerBuilder-1.GroupWidth

GroupWidth Method

GroupWidth(float)

Configurates GroupWidth. Sets a value that determines the group width as a percentage for the Box and Whisker chart. The default value for this property is 0.8. The min value is 0 and max value is 1.

Declaration
public BoxWhiskerBuilder<T> GroupWidth(float value)
Parameters
Type Name Description
float value

The value.

Returns
Type Description
BoxWhiskerBuilder<T>

Current builder.