# C1.Win.C1Chart3D.Chart3DProjection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DProjection" data-uid="C1.Win.C1Chart3D.Chart3DProjection" class="text-break">Chart3DProjection Class
</h1>
  <div class="markdown level0 summary"><p>Represents projection(floor or ceiling) for contour and zones 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"><span class="xref">Notifier</span></div>
    <div class="level2"><span class="xref">Chart3DProjection</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart3D.html">C1.Win.C1Chart3D</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart3D.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart3D_Chart3DProjection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DProjection : Notifier</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DProjection
    Inherits Notifier</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_Win_C1Chart3D_Chart3DProjection_IsContoured" data-uid="C1.Win.C1Chart3D.Chart3DProjection.IsContoured">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DProjection.IsContoured.html#C1_Win_C1Chart3D_Chart3DProjection_IsContoured">IsContoured</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether projected contours are to be drawn.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DProjection_IsZoned" data-uid="C1.Win.C1Chart3D.Chart3DProjection.IsZoned">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DProjection.IsZoned.html#C1_Win_C1Chart3D_Chart3DProjection_IsZoned">IsZoned</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart is zoned.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
