# C1.Web.Mvc.Fluent.ExtraOptionsBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_ExtraOptionsBuilder" data-uid="C1.Web.Mvc.Fluent.ExtraOptionsBuilder" class="text-break">ExtraOptionsBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.ExtraOptions.html">ExtraOptions</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.ExtraOptions.html">ExtraOptions</a>, <a class="xref" href="C1.Web.Mvc.Fluent.ExtraOptionsBuilder.html">ExtraOptionsBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">ExtraOptionsBuilder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_ExtraOptionsBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExtraOptionsBuilder : BaseBuilder&lt;ExtraOptions, ExtraOptionsBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ExtraOptionsBuilder
    Inherits BaseBuilder(Of ExtraOptions, ExtraOptionsBuilder)</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ExtraOptionsBuilder__ctor_C1_Web_Mvc_ExtraOptions_" data-uid="C1.Web.Mvc.Fluent.ExtraOptionsBuilder.#ctor(C1.Web.Mvc.ExtraOptions)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ExtraOptionsBuilder.-ctor.html#C1_Web_Mvc_Fluent_ExtraOptionsBuilder__ctor_C1_Web_Mvc_ExtraOptions_">ExtraOptionsBuilder(ExtraOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.ExtraOptionsBuilder.html">ExtraOptionsBuilder</a> instance to configurate <code class="paramref">obj</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ExtraOptionsBuilder_BubbleMaxSize_System_Int32_" data-uid="C1.Web.Mvc.Fluent.ExtraOptionsBuilder.BubbleMaxSize(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ExtraOptionsBuilder.BubbleMaxSize.html#C1_Web_Mvc_Fluent_ExtraOptionsBuilder_BubbleMaxSize_System_Int32_">BubbleMaxSize(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ExtraOptions.BubbleMaxSize.html#C1_Web_Mvc_ExtraOptions_BubbleMaxSize">BubbleMaxSize</a>.
Specifies the maximum size (pixels) of symbols in the Bubble chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ExtraOptionsBuilder_BubbleMinSize_System_Int32_" data-uid="C1.Web.Mvc.Fluent.ExtraOptionsBuilder.BubbleMinSize(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ExtraOptionsBuilder.BubbleMinSize.html#C1_Web_Mvc_Fluent_ExtraOptionsBuilder_BubbleMinSize_System_Int32_">BubbleMinSize(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ExtraOptions.BubbleMinSize.html#C1_Web_Mvc_ExtraOptions_BubbleMinSize">BubbleMinSize</a>.
Specifies the minimum size (pixels) of symbols in the Bubble chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ExtraOptionsBuilder_Funnel_System_Action_C1_Web_Mvc_Fluent_FunnelOptionsBuilder__" data-uid="C1.Web.Mvc.Fluent.ExtraOptionsBuilder.Funnel(System.Action{C1.Web.Mvc.Fluent.FunnelOptionsBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ExtraOptionsBuilder.Funnel.html#C1_Web_Mvc_Fluent_ExtraOptionsBuilder_Funnel_System_Action_C1_Web_Mvc_Fluent_FunnelOptionsBuilder__">Funnel(Action&lt;FunnelOptionsBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ExtraOptions.Funnel.html#C1_Web_Mvc_ExtraOptions_Funnel">Funnel</a>.
Sets Funnel options. The following options are supported : NeckWidth, NeckHeight, Type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ExtraOptionsBuilder_GroupWidth_System_String_" data-uid="C1.Web.Mvc.Fluent.ExtraOptionsBuilder.GroupWidth(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ExtraOptionsBuilder.GroupWidth.html#C1_Web_Mvc_Fluent_ExtraOptionsBuilder_GroupWidth_System_String_">GroupWidth(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ExtraOptions.GroupWidth.html#C1_Web_Mvc_ExtraOptions_GroupWidth">GroupWidth</a>.
Specifies the group width for Column charts, or the group height for Bar charts.The group width can be specified in pixels or percent of available space.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ExtraOptionsBuilder_Step_System_Action_C1_Web_Mvc_Fluent_StepOptionsBuilder__" data-uid="C1.Web.Mvc.Fluent.ExtraOptionsBuilder.Step(System.Action{C1.Web.Mvc.Fluent.StepOptionsBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ExtraOptionsBuilder.Step.html#C1_Web_Mvc_Fluent_ExtraOptionsBuilder_Step_System_Action_C1_Web_Mvc_Fluent_StepOptionsBuilder__">Step(Action&lt;StepOptionsBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ExtraOptions.Step.html#C1_Web_Mvc_ExtraOptions_Step">Step</a>.
Sets Step options.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
