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

In This Topic
    NeckHeight Property (FunnelOptions)
    In This Topic
    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