# C1.Web.Mvc.ExtraOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_ExtraOptions" data-uid="C1.Web.Mvc.ExtraOptions" class="text-break">ExtraOptions Class
</h1>
  <div class="markdown level0 summary"><p>Extra options for FlexChart.</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">ExtraOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_ExtraOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExtraOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ExtraOptions</code></pre>
  </div>
  <h3 id="properties">Properties
</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_ExtraOptions_BubbleMaxSize" data-uid="C1.Web.Mvc.ExtraOptions.BubbleMaxSize">
          <a class="xref" href="C1.Web.Mvc.ExtraOptions.BubbleMaxSize.html#C1_Web_Mvc_ExtraOptions_BubbleMaxSize">BubbleMaxSize</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the maximum size (pixels) of symbols in the Bubble chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ExtraOptions_BubbleMinSize" data-uid="C1.Web.Mvc.ExtraOptions.BubbleMinSize">
          <a class="xref" href="C1.Web.Mvc.ExtraOptions.BubbleMinSize.html#C1_Web_Mvc_ExtraOptions_BubbleMinSize">BubbleMinSize</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the minimum size (pixels) of symbols in the Bubble chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ExtraOptions_Funnel" data-uid="C1.Web.Mvc.ExtraOptions.Funnel">
          <a class="xref" href="C1.Web.Mvc.ExtraOptions.Funnel.html#C1_Web_Mvc_ExtraOptions_Funnel">Funnel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets Funnel options. The following options are supported : NeckWidth, NeckHeight, Type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ExtraOptions_GroupWidth" data-uid="C1.Web.Mvc.ExtraOptions.GroupWidth">
          <a class="xref" href="C1.Web.Mvc.ExtraOptions.GroupWidth.html#C1_Web_Mvc_ExtraOptions_GroupWidth">GroupWidth</a>
        </td>
        <td class="markdown level1 summary"><p>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_ExtraOptions_Step" data-uid="C1.Web.Mvc.ExtraOptions.Step">
          <a class="xref" href="C1.Web.Mvc.ExtraOptions.Step.html#C1_Web_Mvc_ExtraOptions_Step">Step</a>
        </td>
        <td class="markdown level1 summary"><p>Gets Step options.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
