ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ExtraOptionsTagHelper Class / GroupWidth Property

In This Topic
    GroupWidth Property (ExtraOptionsTagHelper)
    In This Topic
    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 Property GroupWidth As String
    public string GroupWidth {get; set;}
    Remarks
    The default value is "70%"
    See Also