# C1.Win.C1Chart3D.Chart3DGroupsCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DGroupsCollection" data-uid="C1.Win.C1Chart3D.Chart3DGroupsCollection" class="text-break">Chart3DGroupsCollection Class
</h1>
  <div class="markdown level0 summary"><p>The ChartGroupsCollection contains one ChartGroup object.</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.readonlycollectionbase">ReadOnlyCollectionBase</a></div>
    <div class="level2"><span class="xref">Chart3DGroupsCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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_Chart3DGroupsCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart3DGroupsCollection : ReadOnlyCollectionBase, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart3DGroupsCollection
    Inherits ReadOnlyCollectionBase
    Implements 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_Chart3DGroupsCollection_Item_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DGroupsCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroupsCollection.Item.html#C1_Win_C1Chart3D_Chart3DGroupsCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified Chart3DGroup 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_Chart3DGroupsCollection_Contains_C1_Win_C1Chart3D_Chart3DGroup_" data-uid="C1.Win.C1Chart3D.Chart3DGroupsCollection.Contains(C1.Win.C1Chart3D.Chart3DGroup)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroupsCollection.Contains.html#C1_Win_C1Chart3D_Chart3DGroupsCollection_Contains_C1_Win_C1Chart3D_Chart3DGroup_">Contains(Chart3DGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroup.html">Chart3DGroup</a> exists in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroupsCollection_CopyTo_C1_Win_C1Chart3D_Chart3DGroup___System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DGroupsCollection.CopyTo(C1.Win.C1Chart3D.Chart3DGroup[],System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroupsCollection.CopyTo.html#C1_Win_C1Chart3D_Chart3DGroupsCollection_CopyTo_C1_Win_C1Chart3D_Chart3DGroup___System_Int32_">CopyTo(Chart3DGroup[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the collection <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroup.html">Chart3DGroup</a> elements beginning with
the specified index to an array of Chart3DGroup objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroupsCollection_IndexOf_C1_Win_C1Chart3D_Chart3DGroup_" data-uid="C1.Win.C1Chart3D.Chart3DGroupsCollection.IndexOf(C1.Win.C1Chart3D.Chart3DGroup)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroupsCollection.IndexOf.html#C1_Win_C1Chart3D_Chart3DGroupsCollection_IndexOf_C1_Win_C1Chart3D_Chart3DGroup_">IndexOf(Chart3DGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the specified <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroup.html">Chart3DGroup</a> in the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
