# C1.Web.Mvc.Fluent.FlexChartBuilder-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_FlexChartBuilder_1" data-uid="C1.Web.Mvc.Fluent.FlexChartBuilder`1" class="text-break">FlexChartBuilder&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.FlexChart-1.html">FlexChart&lt;T&gt;</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.FlexChart-1.html">FlexChart</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBuilder-1.html">FlexChartBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.FlexChart-1.html">FlexChart</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBuilder-1.html">FlexChartBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.FlexChart-1.html">FlexChart</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBuilder-1.html">FlexChartBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level5"><a class="xref" href="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder-3.html">ItemsBoundControlBuilder</a>&lt;T, <a class="xref" href="C1.Web.Mvc.FlexChart-1.html">FlexChart</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBuilder-1.html">FlexChartBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBaseBuilder-3.html">FlexChartBaseBuilder</a>&lt;T, <a class="xref" href="C1.Web.Mvc.FlexChart-1.html">FlexChart</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBuilder-1.html">FlexChartBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level7"><a class="xref" href="C1.Web.Mvc.Fluent.FlexChartCoreBuilder-3.html">FlexChartCoreBuilder</a>&lt;T, <a class="xref" href="C1.Web.Mvc.FlexChart-1.html">FlexChart</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBuilder-1.html">FlexChartBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level8"><span class="xref">FlexChartBuilder&lt;T&gt;</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></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_FlexChartBuilder_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlexChartBuilder&lt;T&gt; : FlexChartCoreBuilder&lt;T, FlexChart&lt;T&gt;, FlexChartBuilder&lt;T&gt;&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlexChartBuilder(Of T)
    Inherits FlexChartCoreBuilder(Of T, FlexChart(Of T), FlexChartBuilder(Of T))
    Implements IHtmlContent</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_FlexChartBuilder_1__ctor_C1_Web_Mvc_FlexChart__0__" data-uid="C1.Web.Mvc.Fluent.FlexChartBuilder`1.#ctor(C1.Web.Mvc.FlexChart{`0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBuilder-1.-ctor.html#C1_Web_Mvc_Fluent_FlexChartBuilder_1__ctor_C1_Web_Mvc_FlexChart__0__">FlexChartBuilder(FlexChart&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBuilder-1.html">FlexChartBuilder&lt;T&gt;</a> instance to configurate <code class="paramref">component</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_FlexChartBuilder_1_ChartType_C1_Web_Mvc_Chart_ChartType_" data-uid="C1.Web.Mvc.Fluent.FlexChartBuilder`1.ChartType(C1.Web.Mvc.Chart.ChartType)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBuilder-1.ChartType.html#C1_Web_Mvc_Fluent_FlexChartBuilder_1_ChartType_C1_Web_Mvc_Chart_ChartType_">ChartType(ChartType)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexChart-1.ChartType.html#C1_Web_Mvc_FlexChart_1_ChartType">ChartType</a>.
Sets the type of chart to create</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexChartBuilder_1_Options_System_Action_C1_Web_Mvc_Fluent_ExtraOptionsBuilder__" data-uid="C1.Web.Mvc.Fluent.FlexChartBuilder`1.Options(System.Action{C1.Web.Mvc.Fluent.ExtraOptionsBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBuilder-1.Options.html#C1_Web_Mvc_Fluent_FlexChartBuilder_1_Options_System_Action_C1_Web_Mvc_Fluent_ExtraOptionsBuilder__">Options(Action&lt;ExtraOptionsBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the Options property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexChartBuilder_1_PlotAreas_System_Action_C1_Web_Mvc_Fluent_PlotAreaListFactory__0_C1_Web_Mvc_FlexChart__0__C1_Web_Mvc_PlotArea_C1_Web_Mvc_Fluent_PlotAreaBuilder___" data-uid="C1.Web.Mvc.Fluent.FlexChartBuilder`1.PlotAreas(System.Action{C1.Web.Mvc.Fluent.PlotAreaListFactory{`0,C1.Web.Mvc.FlexChart{`0},C1.Web.Mvc.PlotArea,C1.Web.Mvc.Fluent.PlotAreaBuilder}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBuilder-1.PlotAreas.html#C1_Web_Mvc_Fluent_FlexChartBuilder_1_PlotAreas_System_Action_C1_Web_Mvc_Fluent_PlotAreaListFactory__0_C1_Web_Mvc_FlexChart__0__C1_Web_Mvc_PlotArea_C1_Web_Mvc_Fluent_PlotAreaBuilder___">PlotAreas(Action&lt;PlotAreaListFactory&lt;T, FlexChart&lt;T&gt;, PlotArea, PlotAreaBuilder&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Set the PlotAreas.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexChartBuilder_1_Rotated_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.FlexChartBuilder`1.Rotated(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBuilder-1.Rotated.html#C1_Web_Mvc_Fluent_FlexChartBuilder_1_Rotated_System_Boolean_">Rotated(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexChart-1.Rotated.html#C1_Web_Mvc_FlexChart_1_Rotated">Rotated</a>.
Sets a value indicating whether to flip the axes so X is vertical and Y horizontal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexChartBuilder_1_Series_System_Action_C1_Web_Mvc_Fluent_SeriesListFactory__0_C1_Web_Mvc_FlexChart__0__C1_Web_Mvc_ChartSeries__0__C1_Web_Mvc_Fluent_ChartSeriesBuilder__0__C1_Web_Mvc_Chart_ChartType___" data-uid="C1.Web.Mvc.Fluent.FlexChartBuilder`1.Series(System.Action{C1.Web.Mvc.Fluent.SeriesListFactory{`0,C1.Web.Mvc.FlexChart{`0},C1.Web.Mvc.ChartSeries{`0},C1.Web.Mvc.Fluent.ChartSeriesBuilder{`0},C1.Web.Mvc.Chart.ChartType}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBuilder-1.Series.html#C1_Web_Mvc_Fluent_FlexChartBuilder_1_Series_System_Action_C1_Web_Mvc_Fluent_SeriesListFactory__0_C1_Web_Mvc_FlexChart__0__C1_Web_Mvc_ChartSeries__0__C1_Web_Mvc_Fluent_ChartSeriesBuilder__0__C1_Web_Mvc_Chart_ChartType___">Series(Action&lt;SeriesListFactory&lt;T, FlexChart&lt;T&gt;, ChartSeries&lt;T&gt;, ChartSeriesBuilder&lt;T&gt;, ChartType&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Set the FlexChart series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexChartBuilder_1_Stacking_C1_Web_Mvc_Chart_Stacking_" data-uid="C1.Web.Mvc.Fluent.FlexChartBuilder`1.Stacking(C1.Web.Mvc.Chart.Stacking)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBuilder-1.Stacking.html#C1_Web_Mvc_Fluent_FlexChartBuilder_1_Stacking_C1_Web_Mvc_Chart_Stacking_">Stacking(Stacking)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the Stacking property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.Web.Mvc.Fluent.AnnotationLayerExtension.AddAnnotationLayer.html#C1_Web_Mvc_Fluent_AnnotationLayerExtension_AddAnnotationLayer__1_C1_Web_Mvc_Fluent_FlexChartBuilder___0__System_Action_C1_Web_Mvc_Fluent_AnnotationLayerBuilder___0___">AnnotationLayerExtension.AddAnnotationLayer&lt;T&gt;(FlexChartBuilder&lt;T&gt;, Action&lt;AnnotationLayerBuilder&lt;T&gt;&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerExtension.AddLineMarker.html#C1_Web_Mvc_Fluent_LineMarkerExtension_AddLineMarker__1_C1_Web_Mvc_Fluent_FlexChartBuilder___0__">LineMarkerExtension.AddLineMarker&lt;T&gt;(FlexChartBuilder&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerExtension.AddLineMarker.html#C1_Web_Mvc_Fluent_LineMarkerExtension_AddLineMarker__1_C1_Web_Mvc_Fluent_FlexChartBuilder___0__System_Action_C1_Web_Mvc_Fluent_LineMarkerBuilder___0___">LineMarkerExtension.AddLineMarker&lt;T&gt;(FlexChartBuilder&lt;T&gt;, Action&lt;LineMarkerBuilder&lt;T&gt;&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.Web.Mvc.Fluent.RangeSelectorExtension.AddRangeSelector.html#C1_Web_Mvc_Fluent_RangeSelectorExtension_AddRangeSelector__1_C1_Web_Mvc_Fluent_FlexChartBuilder___0__">RangeSelectorExtension.AddRangeSelector&lt;T&gt;(FlexChartBuilder&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.Web.Mvc.Fluent.RangeSelectorExtension.AddRangeSelector.html#C1_Web_Mvc_Fluent_RangeSelectorExtension_AddRangeSelector__1_C1_Web_Mvc_Fluent_FlexChartBuilder___0__System_Action_C1_Web_Mvc_Fluent_RangeSelectorBuilder___0___">RangeSelectorExtension.AddRangeSelector&lt;T&gt;(FlexChartBuilder&lt;T&gt;, Action&lt;RangeSelectorBuilder&lt;T&gt;&gt;)</a>
  </div>

</div>
