ComponentOne ASP.NET MVC Controls
Type Property (FunnelOptions)

C1.Web.Mvc Namespace > FunnelOptions Class : Type Property
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
[JsonConverter(C1.JsonNet.Converters.EnumToStringConverter)]
public FunnelType Type {get; set;}
See Also

Reference

FunnelOptions Class
FunnelOptions Members