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

In This Topic
    NeckWidth Property (FunnelOptionsTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FunnelOptions.NeckWidth. Specifies the neck width as a percentage for the Funnel chart.The default value is 0.2.
    Syntax
    'Declaration
     
    Public Property NeckWidth As Single
    public float NeckWidth {get; set;}
    See Also