# C1.Win.C1Chart3D.Chart3DGroups

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DGroups" data-uid="C1.Win.C1Chart3D.Chart3DGroups" class="text-break">Chart3DGroups Class
</h1>
  <div class="markdown level0 summary"><p>Chart3DGroups class contains collection of ChartGroup, data labels, chart and contour styles.</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">Chart3DGroups</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_Chart3DGroups_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DGroups</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DGroups</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_Chart3DGroups_ChartGroupsCollection" data-uid="C1.Win.C1Chart3D.Chart3DGroups.ChartGroupsCollection">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroups.ChartGroupsCollection.html#C1_Win_C1Chart3D_Chart3DGroups_ChartGroupsCollection">ChartGroupsCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets chart groups collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroups_ChartStyles" data-uid="C1.Win.C1Chart3D.Chart3DGroups.ChartStyles">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroups.ChartStyles.html#C1_Win_C1Chart3D_Chart3DGroups_ChartStyles">ChartStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets chart styles collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroups_ColumnLabels" data-uid="C1.Win.C1Chart3D.Chart3DGroups.ColumnLabels">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroups.ColumnLabels.html#C1_Win_C1Chart3D_Chart3DGroups_ColumnLabels">ColumnLabels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets column labels collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroups_ContourStyles" data-uid="C1.Win.C1Chart3D.Chart3DGroups.ContourStyles">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroups.ContourStyles.html#C1_Win_C1Chart3D_Chart3DGroups_ContourStyles">ContourStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets contour styles collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroups_Group0" data-uid="C1.Win.C1Chart3D.Chart3DGroups.Group0">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroups.Group0.html#C1_Win_C1Chart3D_Chart3DGroups_Group0">Group0</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the first chart group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroups_Item_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DGroups.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroups.Item.html#C1_Win_C1Chart3D_Chart3DGroups_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified ChartGroup by numeric index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroups_RowLabels" data-uid="C1.Win.C1Chart3D.Chart3DGroups.RowLabels">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroups.RowLabels.html#C1_Win_C1Chart3D_Chart3DGroups_RowLabels">RowLabels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets row labels collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
