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

In This Topic
    Type Property (FunnelOptionsTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FunnelOptions.Type. 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