ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ExtraOptions Class / GroupWidth Property

In This Topic
    GroupWidth Property (ExtraOptions)
    In This Topic
    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