# C1.Win.C1Chart3D.Chart3DContourLevel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DContourLevel" data-uid="C1.Win.C1Chart3D.Chart3DContourLevel" class="text-break">Chart3DContourLevel Class
</h1>
  <div class="markdown level0 summary"><p>Represents level of contour or zone chart.</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">Chart3DContourLevel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable">IComparable</a></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_Chart3DContourLevel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class Chart3DContourLevel : IComparable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class Chart3DContourLevel
    Implements IComparable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_Chart3DContourLevel__ctor" data-uid="C1.Win.C1Chart3D.Chart3DContourLevel.#ctor">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevel.-ctor.html#C1_Win_C1Chart3D_Chart3DContourLevel__ctor">Chart3DContourLevel()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevel.html">Chart3DContourLevel</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Chart3DContourLevel_Level" data-uid="C1.Win.C1Chart3D.Chart3DContourLevel.Level">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevel.Level.html#C1_Win_C1Chart3D_Chart3DContourLevel_Level">Level</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets level value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourLevel_Style" data-uid="C1.Win.C1Chart3D.Chart3DContourLevel.Style">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevel.Style.html#C1_Win_C1Chart3D_Chart3DContourLevel_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the contour style corresponding to the level.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_Chart3DContourLevel_CompareTo_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DContourLevel.CompareTo(System.Object)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevel.CompareTo.html#C1_Win_C1Chart3D_Chart3DContourLevel_CompareTo_System_Object_">CompareTo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares the current instance with another object of the same type and returns
an integer that indicates whether the current instance precedes, follows, or
occurs in the same position in the sort order as the other object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourLevel_ToString" data-uid="C1.Win.C1Chart3D.Chart3DContourLevel.ToString">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevel.ToString.html#C1_Win_C1Chart3D_Chart3DContourLevel_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current Chart3DContourLevel.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_Chart3DContourLevel_Changed" data-uid="C1.Win.C1Chart3D.Chart3DContourLevel.Changed">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevel.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when level value was changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
