# C1.Win.C1Chart3D.Chart3DContour

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DContour" data-uid="C1.Win.C1Chart3D.Chart3DContour" class="text-break">Chart3DContour Class
</h1>
  <div class="markdown level0 summary"><p>The Chart3DContour class and its properties are used for contour and zone charts.
It is returned by the Contour property of a ChartGroup.</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">Chart3DContour</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_Chart3DContour_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DContour</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DContour</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_Chart3DContour_AutoDistribution" data-uid="C1.Win.C1Chart3D.Chart3DContour.AutoDistribution">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContour.AutoDistribution.html#C1_Win_C1Chart3D_Chart3DContour_AutoDistribution">AutoDistribution</a>
        </td>
        <td class="markdown level1 summary"><p>Whether to use a linear distribution table to determine the spacing of contour levels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContour_ContourMethod" data-uid="C1.Win.C1Chart3D.Chart3DContour.ContourMethod">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContour.ContourMethod.html#C1_Win_C1Chart3D_Chart3DContour_ContourMethod">ContourMethod</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the contour calculation method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContour_Distribution" data-uid="C1.Win.C1Chart3D.Chart3DContour.Distribution">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContour.Distribution.html#C1_Win_C1Chart3D_Chart3DContour_Distribution">Distribution</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array of level values for contour calculations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContour_IsContoured" data-uid="C1.Win.C1Chart3D.Chart3DContour.IsContoured">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContour.IsContoured.html#C1_Win_C1Chart3D_Chart3DContour_IsContoured">IsContoured</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart is contoured.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContour_IsZoned" data-uid="C1.Win.C1Chart3D.Chart3DContour.IsZoned">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContour.IsZoned.html#C1_Win_C1Chart3D_Chart3DContour_IsZoned">IsZoned</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart is zoned.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContour_Item_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DContour.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContour.Item.html#C1_Win_C1Chart3D_Chart3DContour_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified Chart3DContourLevel by numeric index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContour_Levels" data-uid="C1.Win.C1Chart3D.Chart3DContour.Levels">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContour.Levels.html#C1_Win_C1Chart3D_Chart3DContour_Levels">Levels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets collection of contour levels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContour_NumLevels" data-uid="C1.Win.C1Chart3D.Chart3DContour.NumLevels">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContour.NumLevels.html#C1_Win_C1Chart3D_Chart3DContour_NumLevels">NumLevels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets number of contour levels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContour_ZoneMethod" data-uid="C1.Win.C1Chart3D.Chart3DContour.ZoneMethod">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContour.ZoneMethod.html#C1_Win_C1Chart3D_Chart3DContour_ZoneMethod">ZoneMethod</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets zone method.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
