# C1.Win.C1Chart3D.Chart3DContourStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DContourStyle" data-uid="C1.Win.C1Chart3D.Chart3DContourStyle" class="text-break">Chart3DContourStyle Class
</h1>
  <div class="markdown level0 summary"><p>Represents appearance of one level of contour and zone 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">Chart3DContourStyle</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</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_Chart3DContourStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DContourStyle : IDisposable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DContourStyle
    Implements IDisposable, ICloneable</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_Chart3DContourStyle__ctor" data-uid="C1.Win.C1Chart3D.Chart3DContourStyle.#ctor">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.-ctor.html#C1_Win_C1Chart3D_Chart3DContourStyle__ctor">Chart3DContourStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.html">Chart3DContourStyle</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourStyle__ctor_System_Drawing_Color_System_Drawing_Color_System_Single_C1_Win_C1Chart3D_LinePatternEnum_" data-uid="C1.Win.C1Chart3D.Chart3DContourStyle.#ctor(System.Drawing.Color,System.Drawing.Color,System.Single,C1.Win.C1Chart3D.LinePatternEnum)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.-ctor.html#C1_Win_C1Chart3D_Chart3DContourStyle__ctor_System_Drawing_Color_System_Drawing_Color_System_Single_C1_Win_C1Chart3D_LinePatternEnum_">Chart3DContourStyle(Color, Color, float, LinePatternEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.html">Chart3DContourStyle</a> class with
specified parameters.</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_Chart3DContourStyle_FillColor" data-uid="C1.Win.C1Chart3D.Chart3DContourStyle.FillColor">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.FillColor.html#C1_Win_C1Chart3D_Chart3DContourStyle_FillColor">FillColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets zone fill color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourStyle_LineStyle" data-uid="C1.Win.C1Chart3D.Chart3DContourStyle.LineStyle">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.LineStyle.html#C1_Win_C1Chart3D_Chart3DContourStyle_LineStyle">LineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets line style for drawing contours.</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_Chart3DContourStyle_Dispose" data-uid="C1.Win.C1Chart3D.Chart3DContourStyle.Dispose">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.Dispose.html#C1_Win_C1Chart3D_Chart3DContourStyle_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Perform general cleanup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourStyle_ToString" data-uid="C1.Win.C1Chart3D.Chart3DContourStyle.ToString">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.ToString.html#C1_Win_C1Chart3D_Chart3DContourStyle_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current Chart3DContourStyle.</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_Chart3DContourStyle_Changed" data-uid="C1.Win.C1Chart3D.Chart3DContourStyle.Changed">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when Chart3D contour style was changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
