# C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3" class="text-break">FlexPieBaseBuilder&lt;T, TControl, TBuilder&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.html">FlexPieBase&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;TControl, TBuilder&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level5"><a class="xref" href="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder-3.html">ItemsBoundControlBuilder</a>&lt;T, TControl, TBuilder&gt;</div>
    <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBaseBuilder-3.html">FlexChartBaseBuilder</a>&lt;T, TControl, TBuilder&gt;</div>
    <div class="level7"><span class="xref">FlexPieBaseBuilder&lt;T, TControl, TBuilder&gt;</span></div>
      <div class="level8"><a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBuilder-1.html">FlexPieBuilder&lt;T&gt;</a></div>
      <div class="level8"><a class="xref" href="C1.Web.Mvc.Fluent.SunburstBuilder-1.html">SunburstBuilder&lt;T&gt;</a></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_FlexPieBaseBuilder_3_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class FlexPieBaseBuilder&lt;T, TControl, TBuilder&gt; : FlexChartBaseBuilder&lt;T, TControl, TBuilder&gt;, IHtmlContent where TControl : FlexPieBase&lt;T&gt; where TBuilder : FlexPieBaseBuilder&lt;T, TControl, TBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class FlexPieBaseBuilder(Of T, TControl As FlexPieBase(Of T), TBuilder As FlexPieBaseBuilder(Of T, TControl, TBuilder))
    Inherits FlexChartBaseBuilder(Of T, TControl, TBuilder)
    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>
      <tr>
        <td><span class="parametername">TControl</span></td>
        <td></td>
      </tr>
      <tr>
        <td><span class="parametername">TBuilder</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_FlexPieBaseBuilder_3__ctor__1_" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.#ctor(`1)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.-ctor.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3__ctor__1_">FlexPieBaseBuilder(TControl)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.html">FlexPieBaseBuilder&lt;T, TControl, TBuilder&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_FlexPieBaseBuilder_3_Bind_System_String_System_String_System_Collections_Generic_IEnumerable__0__" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.Bind(System.String,System.String,System.Collections.Generic.IEnumerable{`0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.Bind.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_Bind_System_String_System_String_System_Collections_Generic_IEnumerable__0__">Bind(string, string, IEnumerable&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Bind data with specified name property and value property of the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_Bind_System_String_System_String_System_String_" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.Bind(System.String,System.String,System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.Bind.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_Bind_System_String_System_String_System_String_">Bind(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Bind data with specified name property, value property and the url of the action which is used for reading data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_Binding_System_String_" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.Binding(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.Binding.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_Binding_System_String_">Binding(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.Binding.html#C1_Web_Mvc_FlexPieBase_1_Binding">Binding</a>.
Sets the name of the property that contains the chart values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_BindingName_System_String_" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.BindingName(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.BindingName.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_BindingName_System_String_">BindingName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.BindingName.html#C1_Web_Mvc_FlexPieBase_1_BindingName">BindingName</a>.
Sets the name of the property that contains the name of the data item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_ChartsPerLine_System_Int32_" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.ChartsPerLine(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.ChartsPerLine.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_ChartsPerLine_System_Int32_">ChartsPerLine(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.ChartsPerLine.html#C1_Web_Mvc_FlexPieBase_1_ChartsPerLine">ChartsPerLine</a>.
Sets the maximal number of charts per line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_DataLabel_System_Action_C1_Web_Mvc_Fluent_PieDataLabelBuilder__" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.DataLabel(System.Action{C1.Web.Mvc.Fluent.PieDataLabelBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.DataLabel.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_DataLabel_System_Action_C1_Web_Mvc_Fluent_PieDataLabelBuilder__">DataLabel(Action&lt;PieDataLabelBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.DataLabel.html#C1_Web_Mvc_FlexPieBase_1_DataLabel">DataLabel</a>.
Sets the style of point data label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_InnerRadius_System_Single_" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.InnerRadius(System.Single)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.InnerRadius.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_InnerRadius_System_Single_">InnerRadius(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.InnerRadius.html#C1_Web_Mvc_FlexPieBase_1_InnerRadius">InnerRadius</a>.
Sets the size of the pie's inner radius.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_InnerText_System_String_" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.InnerText(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.InnerText.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_InnerText_System_String_">InnerText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.InnerText.html#C1_Web_Mvc_FlexPieBase_1_InnerText">InnerText</a>.
Sets the text inside the pie (at the pie center).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_InnerTextStyle_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.InnerTextStyle(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.InnerTextStyle.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_InnerTextStyle_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">InnerTextStyle(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.InnerTextStyle.html#C1_Web_Mvc_FlexPieBase_1_InnerTextStyle">InnerTextStyle</a>.
Get or set the style of text inside pie.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_IsAnimated_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.IsAnimated(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.IsAnimated.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_IsAnimated_System_Boolean_">IsAnimated(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.IsAnimated.html#C1_Web_Mvc_FlexPieBase_1_IsAnimated">IsAnimated</a>.
Sets a value indicating whether to use animation when items are selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_Offset_System_Single_" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.Offset(System.Single)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.Offset.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_Offset_System_Single_">Offset(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.Offset.html#C1_Web_Mvc_FlexPieBase_1_Offset">Offset</a>.
Sets the offset of the slices from the pie center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_Reversed_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.Reversed(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.Reversed.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_Reversed_System_Boolean_">Reversed(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.Reversed.html#C1_Web_Mvc_FlexPieBase_1_Reversed">Reversed</a>.
Sets whether angles are reversed (counter-clockwise).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_SelectedIndex_System_Int32_" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.SelectedIndex(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.SelectedIndex.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_SelectedIndex_System_Int32_">SelectedIndex(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.SelectedIndex.html#C1_Web_Mvc_FlexPieBase_1_SelectedIndex">SelectedIndex</a>.
Sets the index of the selected slice.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_SelectedItemOffset_System_Single_" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.SelectedItemOffset(System.Single)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.SelectedItemOffset.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_SelectedItemOffset_System_Single_">SelectedItemOffset(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.SelectedItemOffset.html#C1_Web_Mvc_FlexPieBase_1_SelectedItemOffset">SelectedItemOffset</a>.
Sets the offset of the selected slice from the pie center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_SelectedItemPosition_C1_Web_Mvc_Chart_Position_" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.SelectedItemPosition(C1.Web.Mvc.Chart.Position)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.SelectedItemPosition.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_SelectedItemPosition_C1_Web_Mvc_Chart_Position_">SelectedItemPosition(Position)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.SelectedItemPosition.html#C1_Web_Mvc_FlexPieBase_1_SelectedItemPosition">SelectedItemPosition</a>.
Sets the position of the selected slice.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_StartAngle_System_Single_" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.StartAngle(System.Single)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.StartAngle.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_StartAngle_System_Single_">StartAngle(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.StartAngle.html#C1_Web_Mvc_FlexPieBase_1_StartAngle">StartAngle</a>.
Sets the starting angle for the pie slices, in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_Titles_System_String_" data-uid="C1.Web.Mvc.Fluent.FlexPieBaseBuilder`3.Titles(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexPieBaseBuilder-3.Titles.html#C1_Web_Mvc_Fluent_FlexPieBaseBuilder_3_Titles_System_String_">Titles(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.Titles.html#C1_Web_Mvc_FlexPieBase_1_Titles">Titles</a>.
Sets the pie titles.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
