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

In This Topic
    Type Property (FunnelOptions)
    In This Topic
    Specifies the type of Funnel chart. It should be 'Rectangle' or 'Default'. NeckWidth and NeckHeight don't work if type is set to Rectangle.
    Syntax
    'Declaration
     
    Public Property Type As FunnelType
    public FunnelType Type {get; set;}
    See Also