# C1.WPF.C1Chart.Pie3DShape

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_Pie3DShape" data-uid="C1.WPF.C1Chart.Pie3DShape" class="text-break">Pie3DShape Class
</h1>
  <div class="markdown level0 summary"><p>Represents 3D pie shape.</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"><a class="xref" href="C1.WPF.C1Chart.Shape3D.html">Shape3D</a></div>
    <div class="level4"><span class="xref">Pie3DShape</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.WPF.C1Chart.IGeometry3D.html">IGeometry3D</a></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_Pie3DShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Pie3DShape : Shape3D, IGeometry3D</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Pie3DShape
    Inherits Shape3D
    Implements IGeometry3D</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_Pie3DShape__ctor" data-uid="C1.WPF.C1Chart.Pie3DShape.#ctor">
          <a class="xref" href="C1.WPF.C1Chart.Pie3DShape.-ctor.html#C1_WPF_C1Chart_Pie3DShape__ctor">Pie3DShape()</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_Pie3DShape_EdgeSmoothingProperty" data-uid="C1.WPF.C1Chart.Pie3DShape.EdgeSmoothingProperty">
          <a class="xref" href="C1.WPF.C1Chart.Pie3DShape.EdgeSmoothingProperty.html">EdgeSmoothingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the EdgeSmoothing dependency property.</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_WPF_C1Chart_Pie3DShape_Center" data-uid="C1.WPF.C1Chart.Pie3DShape.Center">
          <a class="xref" href="C1.WPF.C1Chart.Pie3DShape.Center.html#C1_WPF_C1Chart_Pie3DShape_Center">Center</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the center of the shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Pie3DShape_EdgeSmoothing" data-uid="C1.WPF.C1Chart.Pie3DShape.EdgeSmoothing">
          <a class="xref" href="C1.WPF.C1Chart.Pie3DShape.EdgeSmoothing.html#C1_WPF_C1Chart_Pie3DShape_EdgeSmoothing">EdgeSmoothing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the smoothing of object edges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Pie3DShape_PieInfo" data-uid="C1.WPF.C1Chart.Pie3DShape.PieInfo">
          <a class="xref" href="C1.WPF.C1Chart.Pie3DShape.PieInfo.html#C1_WPF_C1Chart_Pie3DShape_PieInfo">PieInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the PieInfo structure that describes the shape.</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_WPF_C1Chart_Pie3DShape_Render_C1_WPF_C1Chart_RenderContext_" data-uid="C1.WPF.C1Chart.Pie3DShape.Render(C1.WPF.C1Chart.RenderContext)">
          <a class="xref" href="C1.WPF.C1Chart.Pie3DShape.Render.html#C1_WPF_C1Chart_Pie3DShape_Render_C1_WPF_C1Chart_RenderContext_">Render(RenderContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the object based on the specified render context.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
