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
 
<JsonConverterAttribute(C1.JsonNet.Converters.EnumToStringConverter)>
Public Property Type As FunnelType
 
See Also