[]
Specifies the type of Funnel chart. It should be 'Rectangle' or 'Default'. NeckWidth and NeckHeight don't work if type is set to Rectangle.
[JsonConverter(typeof(EnumToStringConverter))]
public FunnelType Type { get; set; }
<JsonConverter(GetType(EnumToStringConverter))>
Public Property Type As FunnelType