ComponentOne ASP.NET MVC Controls
GroupWidth Method (ExtraOptionsBuilder)

C1.Web.Mvc.Fluent Namespace > ExtraOptionsBuilder Class : GroupWidth Method
The value.
Configurates C1.Web.Mvc.ExtraOptions.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.
Syntax
'Declaration
 
Public Function GroupWidth( _
   ByVal value As String _
) As ExtraOptionsBuilder
public ExtraOptionsBuilder GroupWidth( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The default value is "70%"
See Also

Reference

ExtraOptionsBuilder Class
ExtraOptionsBuilder Members