# C1.WPF.C1Chart.IGeometry3D

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_IGeometry3D" data-uid="C1.WPF.C1Chart.IGeometry3D" class="text-break">IGeometry3D Interface
</h1>
  <div class="markdown level0 summary"><p>Provides 3D geometry for the plot element.</p>
</div>
  <div class="markdown level0 conceptual"></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_IGeometry3D_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IGeometry3D</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IGeometry3D</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_WPF_C1Chart_IGeometry3D_Center" data-uid="C1.WPF.C1Chart.IGeometry3D.Center">
          <a class="xref" href="C1.WPF.C1Chart.IGeometry3D.Center.html#C1_WPF_C1Chart_IGeometry3D_Center">Center</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the center of geometry</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_IGeometry3D_Geometry" data-uid="C1.WPF.C1Chart.IGeometry3D.Geometry">
          <a class="xref" href="C1.WPF.C1Chart.IGeometry3D.Geometry.html#C1_WPF_C1Chart_IGeometry3D_Geometry">Geometry</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the 3D geometry.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
