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

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