# C1.WPF.C1Chart3D.Chart3DType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_C1Chart3D_Chart3DType" data-uid="C1.WPF.C1Chart3D.Chart3DType" class="text-break">Chart3DType Enum
</h1>
  <div class="markdown level0 summary"><p>Enumerates available chart types.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart3D.html">C1.WPF.C1Chart3D</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart3D.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart3D_Chart3DType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Chart3DType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum Chart3DType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_C1Chart3D_Chart3DType_Surface">Surface</td>
        <td><p>Surface chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_Chart3DType_SurfaceContour">SurfaceContour</td>
        <td><p>Surface chart with contour levels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_Chart3DType_SurfaceWireframe">SurfaceWireframe</td>
        <td><p>Wire-frame surface chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_Chart3DType_SurfaceWireframeContour">SurfaceWireframeContour</td>
        <td><p>Wire-frame surface chart with contour levels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_Chart3DType_SurfaceZone">SurfaceZone</td>
        <td><p>Surface chart with zones.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_Chart3DType_SurfaceZoneContour">SurfaceZoneContour</td>
        <td><p>Surface chart with contour zones.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_Chart3DType_SurfaceZoneGradient">SurfaceZoneGradient</td>
        <td><p>Surface chart with gradient contour zones(Direct3D only).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
