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

In This Topic
    NeckHeight Property
    In This Topic
    Specifies the neck height as a percentage for the Funnel chart.The default value is 0.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    Public Property NeckHeight As Single
    [DefaultValue(0)]
    public float NeckHeight {get; set;}
    See Also