ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Property GroupWidth As String
    public string GroupWidth {get; set;}
    Remarks
    The default value is "70%"
    See Also