[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ExtraOptionsBuilder.GroupWidth

GroupWidth Method

GroupWidth(string)

Configurates GroupWidth. Specifies the group width for Column charts, or the group height for Bar charts.The group width can be specified in pixels or percent of available space.

Declaration
public ExtraOptionsBuilder GroupWidth(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
ExtraOptionsBuilder

Current builder.

Remarks

The default value is "70%"