# C1.Win.C1Chart.ChartGroups

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_ChartGroups" data-uid="C1.Win.C1Chart.ChartGroups" class="text-break">ChartGroups Class
</h1>
  <div class="markdown level0 summary"><p>Gets the ChartGroups object. Each ChartGroup contains information
related to data values and appearance.</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">ChartGroups</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_ChartGroups_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class ChartGroups</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class ChartGroups</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroups__ctor" data-uid="C1.Win.C1Chart.ChartGroups.#ctor">
          <a class="xref" href="C1.Win.C1Chart.ChartGroups.-ctor.html#C1_Win_C1Chart_ChartGroups__ctor">ChartGroups()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.ChartGroups.html">ChartGroups</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroups__ctor_C1_Win_C1Chart_C1Chart_" data-uid="C1.Win.C1Chart.ChartGroups.#ctor(C1.Win.C1Chart.C1Chart)">
          <a class="xref" href="C1.Win.C1Chart.ChartGroups.-ctor.html#C1_Win_C1Chart_ChartGroups__ctor_C1_Win_C1Chart_C1Chart_">ChartGroups(C1Chart)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.ChartGroups.html">ChartGroups</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_C1Chart_ChartGroups_ChartGroupsCollection" data-uid="C1.Win.C1Chart.ChartGroups.ChartGroupsCollection">
          <a class="xref" href="C1.Win.C1Chart.ChartGroups.ChartGroupsCollection.html#C1_Win_C1Chart_ChartGroups_ChartGroupsCollection">ChartGroupsCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of ChartGroup objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroups_Count" data-uid="C1.Win.C1Chart.ChartGroups.Count">
          <a class="xref" href="C1.Win.C1Chart.ChartGroups.Count.html#C1_Win_C1Chart_ChartGroups_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of ChartGroups.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroups_Group0" data-uid="C1.Win.C1Chart.ChartGroups.Group0">
          <a class="xref" href="C1.Win.C1Chart.ChartGroups.Group0.html#C1_Win_C1Chart_ChartGroups_Group0">Group0</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the foreground ChartGroup from the contained collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroups_Group1" data-uid="C1.Win.C1Chart.ChartGroups.Group1">
          <a class="xref" href="C1.Win.C1Chart.ChartGroups.Group1.html#C1_Win_C1Chart_ChartGroups_Group1">Group1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the background ChartGroup from the contained collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroups_Item_System_Int32_" data-uid="C1.Win.C1Chart.ChartGroups.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.ChartGroups.Item.html#C1_Win_C1Chart_ChartGroups_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_C1Chart_ChartGroups_ReversedDraw" data-uid="C1.Win.C1Chart.ChartGroups.ReversedDraw">
          <a class="xref" href="C1.Win.C1Chart.ChartGroups.ReversedDraw.html#C1_Win_C1Chart_ChartGroups_ReversedDraw">ReversedDraw</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the order in which the ChartGroups are normally drawn is reversed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
