# C1.Win.C1Chart3D.Chart3DContourStyles

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DContourStyles" data-uid="C1.Win.C1Chart3D.Chart3DContourStyles" class="text-break">Chart3DContourStyles Class
</h1>
  <div class="markdown level0 summary"><p>Describes the set of Chart3DContourStyle objects.</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">Chart3DContourStyles</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_Chart3DContourStyles_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DContourStyles</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DContourStyles</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_Chart3DContourStyles_ColorSet" data-uid="C1.Win.C1Chart3D.Chart3DContourStyles.ColorSet">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyles.ColorSet.html#C1_Win_C1Chart3D_Chart3DContourStyles_ColorSet">ColorSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets predefined color collections for contour styles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourStyles_Colors" data-uid="C1.Win.C1Chart3D.Chart3DContourStyles.Colors">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyles.Colors.html#C1_Win_C1Chart3D_Chart3DContourStyles_Colors">Colors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of colors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourStyles_Item_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DContourStyles.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyles.Item.html#C1_Win_C1Chart3D_Chart3DContourStyles_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified Chart3DContourStyle by numeric index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourStyles_Styles" data-uid="C1.Win.C1Chart3D.Chart3DContourStyles.Styles">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyles.Styles.html#C1_Win_C1Chart3D_Chart3DContourStyles_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of contour styles.</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_Chart3DContourStyles_Reset" data-uid="C1.Win.C1Chart3D.Chart3DContourStyles.Reset">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyles.Reset.html#C1_Win_C1Chart3D_Chart3DContourStyles_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Chart3DContourStyles to the default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourStyles_ShouldSerializeColors" data-uid="C1.Win.C1Chart3D.Chart3DContourStyles.ShouldSerializeColors">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyles.ShouldSerializeColors.html#C1_Win_C1Chart3D_Chart3DContourStyles_ShouldSerializeColors">ShouldSerializeColors()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the Chart3DContourStyles Colors property is in the default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourStyles_ShouldSerializeStyles" data-uid="C1.Win.C1Chart3D.Chart3DContourStyles.ShouldSerializeStyles">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyles.ShouldSerializeStyles.html#C1_Win_C1Chart3D_Chart3DContourStyles_ShouldSerializeStyles">ShouldSerializeStyles()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the Chart3DContourStyles Styles property is in the default state.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
