# C1.WPF.Chart.PieDataLabel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Chart_PieDataLabel" data-uid="C1.WPF.Chart.PieDataLabel" class="text-break">PieDataLabel Class
</h1>
  <div class="markdown level0 summary"><p>Represents pie chart data label.</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.WPF.Chart.DataLabelBase.html">DataLabelBase</a></div>
    <div class="level2"><span class="xref">PieDataLabel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IPieDataLabel</span></div>
    <div><span class="xref">IStyleProvider</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Chart.html">C1.WPF.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Chart.dll</h6>
  <h5 id="C1_WPF_Chart_PieDataLabel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PieDataLabel : DataLabelBase, IPieDataLabel, IStyleProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PieDataLabel
    Inherits DataLabelBase
    Implements IPieDataLabel, IStyleProvider</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_Chart_PieDataLabel__ctor" data-uid="C1.WPF.Chart.PieDataLabel.#ctor">
          <a class="xref" href="C1.WPF.Chart.PieDataLabel.-ctor.html#C1_WPF_Chart_PieDataLabel__ctor">PieDataLabel()</a>
        </td>
        <td class="markdown level1 summary"></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_WPF_Chart_PieDataLabel_Overlapping" data-uid="C1.WPF.Chart.PieDataLabel.Overlapping">
          <a class="xref" href="C1.WPF.Chart.PieDataLabel.Overlapping.html#C1_WPF_Chart_PieDataLabel_Overlapping">Overlapping</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the overlapping mode for data labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_PieDataLabel_Position" data-uid="C1.WPF.Chart.PieDataLabel.Position">
          <a class="xref" href="C1.WPF.Chart.PieDataLabel.Position.html#C1_WPF_Chart_PieDataLabel_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of data labels.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
