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

In This Topic
    GapWidth Property (BoxWhiskerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BoxWhisker<T>.GapWidth. Sets a value that determines the gap width as a percentage for the Box and Whisker chart. The default value for this property is 0.1. The min value is 0 and max value is 1.
    Syntax
    'Declaration
     
    Public Property GapWidth As Single
    public float GapWidth {get; set;}
    See Also