# C1.Win.C1Chart3D.BarColorCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_BarColorCollection" data-uid="C1.Win.C1Chart3D.BarColorCollection" class="text-break">BarColorCollection Class
</h1>
  <div class="markdown level0 summary"><p>Stores BarColor 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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><span class="xref">NotifiersCollection</span></div>
    <div class="level3"><span class="xref">BarColorCollection</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_BarColorCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BarColorCollection : NotifiersCollection, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BarColorCollection
    Inherits NotifiersCollection
    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_BarColorCollection_Item_System_Int32_" data-uid="C1.Win.C1Chart3D.BarColorCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.BarColorCollection.Item.html#C1_Win_C1Chart3D_BarColorCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified BarColor from the collection 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_BarColorCollection_Add_C1_Win_C1Chart3D_BarColor_" data-uid="C1.Win.C1Chart3D.BarColorCollection.Add(C1.Win.C1Chart3D.BarColor)">
          <a class="xref" href="C1.Win.C1Chart3D.BarColorCollection.Add.html#C1_Win_C1Chart3D_BarColorCollection_Add_C1_Win_C1Chart3D_BarColor_">Add(BarColor)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a BarColor object to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_BarColorCollection_Contains_C1_Win_C1Chart3D_BarColor_" data-uid="C1.Win.C1Chart3D.BarColorCollection.Contains(C1.Win.C1Chart3D.BarColor)">
          <a class="xref" href="C1.Win.C1Chart3D.BarColorCollection.Contains.html#C1_Win_C1Chart3D_BarColorCollection_Contains_C1_Win_C1Chart3D_BarColor_">Contains(BarColor)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified BarColor exists in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_BarColorCollection_CopyTo_C1_Win_C1Chart3D_BarColor___System_Int32_" data-uid="C1.Win.C1Chart3D.BarColorCollection.CopyTo(C1.Win.C1Chart3D.BarColor[],System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.BarColorCollection.CopyTo.html#C1_Win_C1Chart3D_BarColorCollection_CopyTo_C1_Win_C1Chart3D_BarColor___System_Int32_">CopyTo(BarColor[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the collection <a class="xref" href="C1.Win.C1Chart3D.BarColor.html">BarColor</a> elements beginning with the specified index to
an array of BarColor objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_BarColorCollection_IndexOf_C1_Win_C1Chart3D_BarColor_" data-uid="C1.Win.C1Chart3D.BarColorCollection.IndexOf(C1.Win.C1Chart3D.BarColor)">
          <a class="xref" href="C1.Win.C1Chart3D.BarColorCollection.IndexOf.html#C1_Win_C1Chart3D_BarColorCollection_IndexOf_C1_Win_C1Chart3D_BarColor_">IndexOf(BarColor)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the specified <a class="xref" href="C1.Win.C1Chart3D.BarColor.html">BarColor</a> in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_BarColorCollection_Insert_System_Int32_C1_Win_C1Chart3D_BarColor_" data-uid="C1.Win.C1Chart3D.BarColorCollection.Insert(System.Int32,C1.Win.C1Chart3D.BarColor)">
          <a class="xref" href="C1.Win.C1Chart3D.BarColorCollection.Insert.html#C1_Win_C1Chart3D_BarColorCollection_Insert_System_Int32_C1_Win_C1Chart3D_BarColor_">Insert(int, BarColor)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a BarColor object to the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_BarColorCollection_Remove_C1_Win_C1Chart3D_BarColor_" data-uid="C1.Win.C1Chart3D.BarColorCollection.Remove(C1.Win.C1Chart3D.BarColor)">
          <a class="xref" href="C1.Win.C1Chart3D.BarColorCollection.Remove.html#C1_Win_C1Chart3D_BarColorCollection_Remove_C1_Win_C1Chart3D_BarColor_">Remove(BarColor)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a BarColor object from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
