# C1.Win.C1Chart3D.Chart3DColorsCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DColorsCollection" data-uid="C1.Win.C1Chart3D.Chart3DColorsCollection" class="text-break">Chart3DColorsCollection Class
</h1>
  <div class="markdown level0 summary"><p>Stores colors.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><span class="xref">Chart3DColorsCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</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_Chart3DColorsCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart3DColorsCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart3DColorsCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable</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_Chart3DColorsCollection_Item_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DColorsCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DColorsCollection.Item.html#C1_Win_C1Chart3D_Chart3DColorsCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the specified Color by numeric index.</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_Chart3DColorsCollection_Add_System_Drawing_Color_" data-uid="C1.Win.C1Chart3D.Chart3DColorsCollection.Add(System.Drawing.Color)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DColorsCollection.Add.html#C1_Win_C1Chart3D_Chart3DColorsCollection_Add_System_Drawing_Color_">Add(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Add new Color to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DColorsCollection_Contains_System_Drawing_Color_" data-uid="C1.Win.C1Chart3D.Chart3DColorsCollection.Contains(System.Drawing.Color)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DColorsCollection.Contains.html#C1_Win_C1Chart3D_Chart3DColorsCollection_Contains_System_Drawing_Color_">Contains(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the specified Color is in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DColorsCollection_CopyTo_System_Drawing_Color___System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DColorsCollection.CopyTo(System.Drawing.Color[],System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DColorsCollection.CopyTo.html#C1_Win_C1Chart3D_Chart3DColorsCollection_CopyTo_System_Drawing_Color___System_Int32_">CopyTo(Color[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the collection Color elements beginning with the specified index to an array of Color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DColorsCollection_IndexOf_System_Drawing_Color_" data-uid="C1.Win.C1Chart3D.Chart3DColorsCollection.IndexOf(System.Drawing.Color)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DColorsCollection.IndexOf.html#C1_Win_C1Chart3D_Chart3DColorsCollection_IndexOf_System_Drawing_Color_">IndexOf(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the specified Color in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DColorsCollection_Insert_System_Int32_System_Drawing_Color_" data-uid="C1.Win.C1Chart3D.Chart3DColorsCollection.Insert(System.Int32,System.Drawing.Color)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DColorsCollection.Insert.html#C1_Win_C1Chart3D_Chart3DColorsCollection_Insert_System_Int32_System_Drawing_Color_">Insert(int, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the specified Color at the specified index of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DColorsCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DColorsCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DColorsCollection.OnInsertComplete.html#C1_Win_C1Chart3D_Chart3DColorsCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DColorsCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DColorsCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DColorsCollection.OnRemoveComplete.html#C1_Win_C1Chart3D_Chart3DColorsCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DColorsCollection_OnSetComplete_System_Int32_System_Object_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DColorsCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DColorsCollection.OnSetComplete.html#C1_Win_C1Chart3D_Chart3DColorsCollection_OnSetComplete_System_Int32_System_Object_System_Object_">OnSetComplete(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DColorsCollection_Remove_System_Drawing_Color_" data-uid="C1.Win.C1Chart3D.Chart3DColorsCollection.Remove(System.Drawing.Color)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DColorsCollection.Remove.html#C1_Win_C1Chart3D_Chart3DColorsCollection_Remove_System_Drawing_Color_">Remove(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified Color from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
