# C1.Win.C1Chart3D.ColorSetEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Chart3D_ColorSetEnum" data-uid="C1.Win.C1Chart3D.ColorSetEnum" class="text-break">ColorSetEnum 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.Chart3DContourStyles.ColorSet.html#C1_Win_C1Chart3D_Chart3DContourStyles_ColorSet">ColorSet</a>
property in the <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyles.html">Chart3DContourStyles</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_ColorSetEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ColorSetEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ColorSetEnum</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_ColorSetEnum_BlackRedYellow">BlackRedYellow</td>
        <td><p>Colors black -&gt; red -&gt; yellow</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_ColorSetEnum_BlackWhite">BlackWhite</td>
        <td><p>Grayscale colors</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_ColorSetEnum_BluePink">BluePink</td>
        <td><p>Colors from blue to pink</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_ColorSetEnum_BlueWhiteRed">BlueWhiteRed</td>
        <td><p>Colors blue -&gt; white -&gt;red</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_ColorSetEnum_Custom">Custom</td>
        <td><p>Custom color set</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_ColorSetEnum_GreenBlue">GreenBlue</td>
        <td><p>Colors from green to blue</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_ColorSetEnum_GreenPurpleYellow">GreenPurpleYellow</td>
        <td><p>Colors green -&gt; purple -&gt; yellow</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_ColorSetEnum_Rainbow">Rainbow</td>
        <td><p>Rainbow colors</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_ColorSetEnum_RedWhite">RedWhite</td>
        <td><p>Colors from red to white</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_ColorSetEnum_RevRainbow">RevRainbow</td>
        <td><p>Rainbow colors in the reverse order</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_ColorSetEnum_WhiteBlack">WhiteBlack</td>
        <td><p>Grayscale colors in the reverse order</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
