ComponentOne ASP.NET MVC Controls
GroupWidth Property (ExtraOptions)

C1.Web.Mvc Namespace > ExtraOptions Class : GroupWidth Property
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
 
<DefaultValueAttribute("70%")>
Public Property GroupWidth As String
[DefaultValue("70%")]
public string GroupWidth {get; set;}
Remarks
The default value is "70%"
See Also

Reference

ExtraOptions Class
ExtraOptions Members