# C1.Win.C1Chart.Pie

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_Pie" data-uid="C1.Win.C1Chart.Pie" class="text-break">Pie Class
</h1>
  <div class="markdown level0 summary"><p>The Pie class contains properties specific to Pie charts.</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">c1SpecialData</span></div>
    <div class="level2"><span class="xref">Pie</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_Pie_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(Pie.TypeConverter))]
public class Pie : c1SpecialData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(Pie.TypeConverter))&gt;
Public Class Pie
    Inherits c1SpecialData</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_Win_C1Chart_Pie__ctor" data-uid="C1.Win.C1Chart.Pie.#ctor">
          <a class="xref" href="C1.Win.C1Chart.Pie.-ctor.html#C1_Win_C1Chart_Pie__ctor">Pie()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.Pie.html">Pie</a> class.</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_Win_C1Chart_Pie_Clockwise" data-uid="C1.Win.C1Chart.Pie.Clockwise">
          <a class="xref" href="C1.Win.C1Chart.Pie.Clockwise.html#C1_Win_C1Chart_Pie_Clockwise">Clockwise</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether each series is drawn in the clockwise or counter-clockwise direction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Pie_InnerRadius" data-uid="C1.Win.C1Chart.Pie.InnerRadius">
          <a class="xref" href="C1.Win.C1Chart.Pie.InnerRadius.html#C1_Win_C1Chart_Pie_InnerRadius">InnerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the inner radius used for doughnut charts.  A value greater than zero specifies
the percentage of the full pie radius used for the doughnut hole.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Pie_OtherOffset" data-uid="C1.Win.C1Chart.Pie.OtherOffset">
          <a class="xref" href="C1.Win.C1Chart.Pie.OtherOffset.html#C1_Win_C1Chart_Pie_OtherOffset">OtherOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the offset value used to vary diameter of the pie within the charting area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Pie_Start" data-uid="C1.Win.C1Chart.Pie.Start">
          <a class="xref" href="C1.Win.C1Chart.Pie.Start.html#C1_Win_C1Chart_Pie_Start">Start</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the starting angle of the first Pie slice.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
