# C1.Web.Mvc.FunnelOptions.Type

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_FunnelOptions_Type_" data-uid="C1.Web.Mvc.FunnelOptions.Type*">Type Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_FunnelOptions_Type_" data-uid="C1.Web.Mvc.FunnelOptions.Type*"></a>
<h4 id="C1_Web_Mvc_FunnelOptions_Type" data-uid="C1.Web.Mvc.FunnelOptions.Type">Type</h4>
<div class="markdown level1 summary"><p>Specifies the type of Funnel chart. It should be 'Rectangle' or 'Default'. NeckWidth and NeckHeight don't work if type is set to Rectangle.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[JsonConverter(typeof(EnumToStringConverter))]
public FunnelType Type { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;JsonConverter(GetType(EnumToStringConverter))&gt;
Public Property Type As FunnelType</code></pre>
</div>
</div>
