# C1.Web.Mvc.FlexPieBase-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_FlexPieBase_1" data-uid="C1.Web.Mvc.FlexPieBase`1" class="text-break">FlexPieBase&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>The base class of flex pie.</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"><a class="xref" href="C1.Web.Mvc.Component.html">Component</a></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Control.html">Control</a></div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.ItemsBoundControl-1.html">ItemsBoundControl</a>&lt;T&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.FlexChartBase-1.html">FlexChartBase</a>&lt;T&gt;</div>
    <div class="level5"><span class="xref">FlexPieBase&lt;T&gt;</span></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.FlexPie-1.html">FlexPie&lt;T&gt;</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Sunburst-1.html">Sunburst&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><a class="xref" href="C1.Web.Mvc.ITemplate.html">ITemplate</a></div>
    <div><a class="xref" href="C1.Web.Mvc.IAnimatable.html">IAnimatable</a></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_FlexPieBase_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class FlexPieBase&lt;T&gt; : FlexChartBase&lt;T&gt;, IHtmlContent, ITemplate, IAnimatable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class FlexPieBase(Of T)
    Inherits FlexChartBase(Of T)
    Implements IHtmlContent, ITemplate, IAnimatable</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_FlexPieBase_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_" data-uid="C1.Web.Mvc.FlexPieBase`1.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,System.String)">
          <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.-ctor.html#C1_Web_Mvc_FlexPieBase_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_">FlexPieBase(IHtmlHelper, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.html">FlexPieBase&lt;T&gt;</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_FlexPieBase_1_Binding" data-uid="C1.Web.Mvc.FlexPieBase`1.Binding">
          <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.Binding.html#C1_Web_Mvc_FlexPieBase_1_Binding">Binding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property that contains the chart values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexPieBase_1_BindingName" data-uid="C1.Web.Mvc.FlexPieBase`1.BindingName">
          <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.BindingName.html#C1_Web_Mvc_FlexPieBase_1_BindingName">BindingName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property that contains the name of the data item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexPieBase_1_ChartsPerLine" data-uid="C1.Web.Mvc.FlexPieBase`1.ChartsPerLine">
          <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.ChartsPerLine.html#C1_Web_Mvc_FlexPieBase_1_ChartsPerLine">ChartsPerLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximal number of charts per line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexPieBase_1_DataLabel" data-uid="C1.Web.Mvc.FlexPieBase`1.DataLabel">
          <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.DataLabel.html#C1_Web_Mvc_FlexPieBase_1_DataLabel">DataLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of point data label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexPieBase_1_InnerRadius" data-uid="C1.Web.Mvc.FlexPieBase`1.InnerRadius">
          <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.InnerRadius.html#C1_Web_Mvc_FlexPieBase_1_InnerRadius">InnerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the pie's inner radius.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexPieBase_1_InnerText" data-uid="C1.Web.Mvc.FlexPieBase`1.InnerText">
          <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.InnerText.html#C1_Web_Mvc_FlexPieBase_1_InnerText">InnerText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text inside the pie (at the pie center).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexPieBase_1_InnerTextStyle" data-uid="C1.Web.Mvc.FlexPieBase`1.InnerTextStyle">
          <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.InnerTextStyle.html#C1_Web_Mvc_FlexPieBase_1_InnerTextStyle">InnerTextStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set the style of text inside pie.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexPieBase_1_IsAnimated" data-uid="C1.Web.Mvc.FlexPieBase`1.IsAnimated">
          <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.IsAnimated.html#C1_Web_Mvc_FlexPieBase_1_IsAnimated">IsAnimated</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to use animation when items are selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexPieBase_1_Offset" data-uid="C1.Web.Mvc.FlexPieBase`1.Offset">
          <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.Offset.html#C1_Web_Mvc_FlexPieBase_1_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the offset of the slices from the pie center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexPieBase_1_Reversed" data-uid="C1.Web.Mvc.FlexPieBase`1.Reversed">
          <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.Reversed.html#C1_Web_Mvc_FlexPieBase_1_Reversed">Reversed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether angles are reversed (counter-clockwise).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexPieBase_1_SelectedIndex" data-uid="C1.Web.Mvc.FlexPieBase`1.SelectedIndex">
          <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.SelectedIndex.html#C1_Web_Mvc_FlexPieBase_1_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the selected slice.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexPieBase_1_SelectedItemOffset" data-uid="C1.Web.Mvc.FlexPieBase`1.SelectedItemOffset">
          <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.SelectedItemOffset.html#C1_Web_Mvc_FlexPieBase_1_SelectedItemOffset">SelectedItemOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the offset of the selected slice from the pie center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexPieBase_1_SelectedItemPosition" data-uid="C1.Web.Mvc.FlexPieBase`1.SelectedItemPosition">
          <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.SelectedItemPosition.html#C1_Web_Mvc_FlexPieBase_1_SelectedItemPosition">SelectedItemPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the selected slice.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexPieBase_1_StartAngle" data-uid="C1.Web.Mvc.FlexPieBase`1.StartAngle">
          <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.StartAngle.html#C1_Web_Mvc_FlexPieBase_1_StartAngle">StartAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the starting angle for the pie slices, in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexPieBase_1_Titles" data-uid="C1.Web.Mvc.FlexPieBase`1.Titles">
          <a class="xref" href="C1.Web.Mvc.FlexPieBase-1.Titles.html#C1_Web_Mvc_FlexPieBase_1_Titles">Titles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the pie titles.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
