# C1.Win.FlexReport.Chart.ChartPie

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_ChartPie" data-uid="C1.Win.FlexReport.Chart.ChartPie" class="text-break">ChartPie Class
</h1>
  <div class="markdown level0 summary"><p>Represents 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"><a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a></div>
    <div class="level2"><span class="xref">ChartPie</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><span class="xref">IC1Serializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexReport.Chart.html">C1.Win.FlexReport.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexReport.4.8.dll</h6>
  <h5 id="C1_Win_FlexReport_Chart_ChartPie_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartPie : ChartObject, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartPie
    Inherits ChartObject
    Implements INotifyPropertyChanged, IC1Serializable</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_Win_FlexReport_Chart_ChartPie_Clockwise" data-uid="C1.Win.FlexReport.Chart.ChartPie.Clockwise">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartPie.Clockwise.html#C1_Win_FlexReport_Chart_ChartPie_Clockwise">Clockwise</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether each series is drawn in clockwise or counter-clockwise direction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartPie_InnerRadius" data-uid="C1.Win.FlexReport.Chart.ChartPie.InnerRadius">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartPie.InnerRadius.html#C1_Win_FlexReport_Chart_ChartPie_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_FlexReport_Chart_ChartPie_LegendLayout" data-uid="C1.Win.FlexReport.Chart.ChartPie.LegendLayout">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartPie.LegendLayout.html#C1_Win_FlexReport_Chart_ChartPie_LegendLayout">LegendLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the append content of each legend item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartPie_OtherOffset" data-uid="C1.Win.FlexReport.Chart.ChartPie.OtherOffset">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartPie.OtherOffset.html#C1_Win_FlexReport_Chart_ChartPie_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_FlexReport_Chart_ChartPie_SliceDetachment" data-uid="C1.Win.FlexReport.Chart.ChartPie.SliceDetachment">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartPie.SliceDetachment.html#C1_Win_FlexReport_Chart_ChartPie_SliceDetachment">SliceDetachment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating which slice would be detached from the single pie chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartPie_Start" data-uid="C1.Win.FlexReport.Chart.ChartPie.Start">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartPie.Start.html#C1_Win_FlexReport_Chart_ChartPie_Start">Start</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the starting angle of the first Pie slice, in degrees.
The angle represents the arc between the most clockwise edge of the first slice
and the right horizontal radius of the pie, as measured in the counter-clockwise direction.</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_Win_FlexReport_Chart_ChartPie_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.ChartPie.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartPie.AssignFrom.html#C1_Win_FlexReport_Chart_ChartPie_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_">AssignFrom(ChartObject)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.
Assigns (copies) properties from another <a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a> to the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
