[]
        
(Showing Draft Content)

C1.Web.Mvc.FunnelOptions.Type

Type Property

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.

Declaration
[JsonConverter(typeof(EnumToStringConverter))]
public FunnelType Type { get; set; }