# C1.Win.C1Chart3D.ContourMethodEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Chart3D_ContourMethodEnum" data-uid="C1.Win.C1Chart3D.ContourMethodEnum" class="text-break">ContourMethodEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Use the members of this enumeration to set the value of the <a class="xref" href="C1.Win.C1Chart3D.Chart3DContour.ContourMethod.html#C1_Win_C1Chart3D_Chart3DContour_ContourMethod">ContourMethod</a>
property in the <a class="xref" href="C1.Win.C1Chart3D.Chart3DContour.html">Chart3DContour</a> class.</p>
</div>
  <div class="markdown level0 conceptual"></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_ContourMethodEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ContourMethodEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ContourMethodEnum</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_Win_C1Chart3D_ContourMethodEnum_Classic">Classic</td>
        <td><p>Previous default method of contour calculation prior before recent improvements.
This ContourMethod is provided for compatibility with previous results.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_ContourMethodEnum_Default">Default</td>
        <td><p>Default method of contour calculation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_ContourMethodEnum_MarchingSquares">MarchingSquares</td>
        <td><p>Method of marching squares that provides an alternate contour calculation.
This method requires an increased number of calculations, but tends to
improve contour symmetry.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
