# C1.WPF.C1Chart.PieOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_PieOptions" data-uid="C1.WPF.C1Chart.PieOptions" class="text-break">PieOptions Class
</h1>
  <div class="markdown level0 summary"><p>Specifies various options for 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="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><span class="xref">PieOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart.html">C1.WPF.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart_PieOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PieOptions : DependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PieOptions
    Inherits DependencyObject</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_WPF_C1Chart_PieOptions__ctor" data-uid="C1.WPF.C1Chart.PieOptions.#ctor">
          <a class="xref" href="C1.WPF.C1Chart.PieOptions.-ctor.html#C1_WPF_C1Chart_PieOptions__ctor">PieOptions()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_C1Chart_PieOptions_DirectionProperty" data-uid="C1.WPF.C1Chart.PieOptions.DirectionProperty">
          <a class="xref" href="C1.WPF.C1Chart.PieOptions.DirectionProperty.html">DirectionProperty</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieOptions_InnerRadiusProperty" data-uid="C1.WPF.C1Chart.PieOptions.InnerRadiusProperty">
          <a class="xref" href="C1.WPF.C1Chart.PieOptions.InnerRadiusProperty.html">InnerRadiusProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the InnerRadius attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieOptions_OffsetProperty" data-uid="C1.WPF.C1Chart.PieOptions.OffsetProperty">
          <a class="xref" href="C1.WPF.C1Chart.PieOptions.OffsetProperty.html">OffsetProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Offset attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieOptions_SeriesLabelTemplateProperty" data-uid="C1.WPF.C1Chart.PieOptions.SeriesLabelTemplateProperty">
          <a class="xref" href="C1.WPF.C1Chart.PieOptions.SeriesLabelTemplateProperty.html">SeriesLabelTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SeriesLabelTemplate attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieOptions_StartingAngleProperty" data-uid="C1.WPF.C1Chart.PieOptions.StartingAngleProperty">
          <a class="xref" href="C1.WPF.C1Chart.PieOptions.StartingAngleProperty.html">StartingAngleProperty</a>
        </td>
        <td class="markdown level1 summary"></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_WPF_C1Chart_PieOptions_GetDirection_C1_WPF_C1Chart_C1Chart_" data-uid="C1.WPF.C1Chart.PieOptions.GetDirection(C1.WPF.C1Chart.C1Chart)">
          <a class="xref" href="C1.WPF.C1Chart.PieOptions.GetDirection.html#C1_WPF_C1Chart_PieOptions_GetDirection_C1_WPF_C1Chart_C1Chart_">GetDirection(C1Chart)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the Direction attached property for the specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieOptions_GetInnerRadius_C1_WPF_C1Chart_C1Chart_" data-uid="C1.WPF.C1Chart.PieOptions.GetInnerRadius(C1.WPF.C1Chart.C1Chart)">
          <a class="xref" href="C1.WPF.C1Chart.PieOptions.GetInnerRadius.html#C1_WPF_C1Chart_PieOptions_GetInnerRadius_C1_WPF_C1Chart_C1Chart_">GetInnerRadius(C1Chart)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the InnerRadius attached property for the specified chart.
The InnerRadius property controls the inner radius of pie/doughnut charts(hole size).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieOptions_GetOffset_C1_WPF_C1Chart_C1Chart_" data-uid="C1.WPF.C1Chart.PieOptions.GetOffset(C1.WPF.C1Chart.C1Chart)">
          <a class="xref" href="C1.WPF.C1Chart.PieOptions.GetOffset.html#C1_WPF_C1Chart_PieOptions_GetOffset_C1_WPF_C1Chart_C1Chart_">GetOffset(C1Chart)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the Offset attached property for the specified chart.
The Offset property controls the distance of pie slices from the center(Explosion).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieOptions_GetSeriesLabelTemplate_C1_WPF_C1Chart_C1Chart_" data-uid="C1.WPF.C1Chart.PieOptions.GetSeriesLabelTemplate(C1.WPF.C1Chart.C1Chart)">
          <a class="xref" href="C1.WPF.C1Chart.PieOptions.GetSeriesLabelTemplate.html#C1_WPF_C1Chart_PieOptions_GetSeriesLabelTemplate_C1_WPF_C1Chart_C1Chart_">GetSeriesLabelTemplate(C1Chart)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the SeriesLabelTemplate attached property for the specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieOptions_GetStartingAngle_C1_WPF_C1Chart_C1Chart_" data-uid="C1.WPF.C1Chart.PieOptions.GetStartingAngle(C1.WPF.C1Chart.C1Chart)">
          <a class="xref" href="C1.WPF.C1Chart.PieOptions.GetStartingAngle.html#C1_WPF_C1Chart_PieOptions_GetStartingAngle_C1_WPF_C1Chart_C1Chart_">GetStartingAngle(C1Chart)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the StartingAngle attached property for the specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieOptions_SetDirection_C1_WPF_C1Chart_C1Chart_System_Windows_Media_SweepDirection_" data-uid="C1.WPF.C1Chart.PieOptions.SetDirection(C1.WPF.C1Chart.C1Chart,System.Windows.Media.SweepDirection)">
          <a class="xref" href="C1.WPF.C1Chart.PieOptions.SetDirection.html#C1_WPF_C1Chart_PieOptions_SetDirection_C1_WPF_C1Chart_C1Chart_System_Windows_Media_SweepDirection_">SetDirection(C1Chart, SweepDirection)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the Direction attached property for the specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieOptions_SetInnerRadius_C1_WPF_C1Chart_C1Chart_System_Double_" data-uid="C1.WPF.C1Chart.PieOptions.SetInnerRadius(C1.WPF.C1Chart.C1Chart,System.Double)">
          <a class="xref" href="C1.WPF.C1Chart.PieOptions.SetInnerRadius.html#C1_WPF_C1Chart_PieOptions_SetInnerRadius_C1_WPF_C1Chart_C1Chart_System_Double_">SetInnerRadius(C1Chart, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the InnerRadius attached property for the specified chart.
The InnerRadius property controls the inner radius of pie/doughnut charts(hole size).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieOptions_SetOffset_C1_WPF_C1Chart_C1Chart_System_Double_" data-uid="C1.WPF.C1Chart.PieOptions.SetOffset(C1.WPF.C1Chart.C1Chart,System.Double)">
          <a class="xref" href="C1.WPF.C1Chart.PieOptions.SetOffset.html#C1_WPF_C1Chart_PieOptions_SetOffset_C1_WPF_C1Chart_C1Chart_System_Double_">SetOffset(C1Chart, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the Offset attached property for the specified chart.
The Offset property controls the distance of pie slices from the center(Explosion).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieOptions_SetSeriesLabelTemplate_C1_WPF_C1Chart_C1Chart_System_Windows_DataTemplate_" data-uid="C1.WPF.C1Chart.PieOptions.SetSeriesLabelTemplate(C1.WPF.C1Chart.C1Chart,System.Windows.DataTemplate)">
          <a class="xref" href="C1.WPF.C1Chart.PieOptions.SetSeriesLabelTemplate.html#C1_WPF_C1Chart_PieOptions_SetSeriesLabelTemplate_C1_WPF_C1Chart_C1Chart_System_Windows_DataTemplate_">SetSeriesLabelTemplate(C1Chart, DataTemplate)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the SeriesLabelTemplate attached property for the specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieOptions_SetStartingAngle_C1_WPF_C1Chart_C1Chart_System_Double_" data-uid="C1.WPF.C1Chart.PieOptions.SetStartingAngle(C1.WPF.C1Chart.C1Chart,System.Double)">
          <a class="xref" href="C1.WPF.C1Chart.PieOptions.SetStartingAngle.html#C1_WPF_C1Chart_PieOptions_SetStartingAngle_C1_WPF_C1Chart_C1Chart_System_Double_">SetStartingAngle(C1Chart, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the StartingAngle attached property for the specified chart.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
