# C1.Win.C1Chart.ChartGroup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_ChartGroup" data-uid="C1.Win.C1Chart.ChartGroup" class="text-break">ChartGroup Class
</h1>
  <div class="markdown level0 summary"><p>Defines the chart types associated with the ChartGroup.</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">ChartGroup</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_ChartGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ah))]
public class ChartGroup</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ah))&gt;
Public Class ChartGroup</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_ChartGroup__ctor_C1_Win_C1Chart_ChartGroups_System_String_" data-uid="C1.Win.C1Chart.ChartGroup.#ctor(C1.Win.C1Chart.ChartGroups,System.String)">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.-ctor.html#C1_Win_C1Chart_ChartGroup__ctor_C1_Win_C1Chart_ChartGroups_System_String_">ChartGroup(ChartGroups, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.ChartGroup.html">ChartGroup</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_ChartGroup_m_chartType" data-uid="C1.Win.C1Chart.ChartGroup.m_chartType">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.m_chartType.html">m_chartType</a>
        </td>
        <td class="markdown level1 summary"><p>The chart type.</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_ChartGroup_Bar" data-uid="C1.Win.C1Chart.ChartGroup.Bar">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.Bar.html#C1_Win_C1Chart_ChartGroup_Bar">Bar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Bar object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_Bubble" data-uid="C1.Win.C1Chart.ChartGroup.Bubble">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.Bubble.html#C1_Win_C1Chart_ChartGroup_Bubble">Bubble</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Bubble object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_ChartData" data-uid="C1.Win.C1Chart.ChartGroup.ChartData">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.ChartData.html#C1_Win_C1Chart_ChartGroup_ChartData">ChartData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartData object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_ChartType" data-uid="C1.Win.C1Chart.ChartGroup.ChartType">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.ChartType.html#C1_Win_C1Chart_ChartGroup_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of chart to display.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_DrawingOrder" data-uid="C1.Win.C1Chart.ChartGroup.DrawingOrder">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.DrawingOrder.html#C1_Win_C1Chart_ChartGroup_DrawingOrder">DrawingOrder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the drawing order of a ChartGroup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_Gantt" data-uid="C1.Win.C1Chart.ChartGroup.Gantt">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.Gantt.html#C1_Win_C1Chart_ChartGroup_Gantt">Gantt</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Gantt object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_HiLoData" data-uid="C1.Win.C1Chart.ChartGroup.HiLoData">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.HiLoData.html#C1_Win_C1Chart_ChartGroup_HiLoData">HiLoData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the HiLoData object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_Histogram" data-uid="C1.Win.C1Chart.ChartGroup.Histogram">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.Histogram.html#C1_Win_C1Chart_ChartGroup_Histogram">Histogram</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets the Histogram object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_Is100Percent" data-uid="C1.Win.C1Chart.ChartGroup.Is100Percent">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.Is100Percent.html#C1_Win_C1Chart_ChartGroup_Is100Percent">Is100Percent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the stacked chart is 100% chart. Applies only for bar and area charts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_LegendReversed" data-uid="C1.Win.C1Chart.ChartGroup.LegendReversed">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.LegendReversed.html#C1_Win_C1Chart_ChartGroup_LegendReversed">LegendReversed</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the order in which the series entries of each ChartGroup appear in the legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_Name" data-uid="C1.Win.C1Chart.ChartGroup.Name">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.Name.html#C1_Win_C1Chart_ChartGroup_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the ChartGroup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_OutlineColor" data-uid="C1.Win.C1Chart.ChartGroup.OutlineColor">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.OutlineColor.html#C1_Win_C1Chart_ChartGroup_OutlineColor">OutlineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a color override when figure outlines are drawn.
By default, outlines are drawn in the PlotArea ForeColor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_Pie" data-uid="C1.Win.C1Chart.ChartGroup.Pie">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.Pie.html#C1_Win_C1Chart_ChartGroup_Pie">Pie</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Pie object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_Polar" data-uid="C1.Win.C1Chart.ChartGroup.Polar">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.Polar.html#C1_Win_C1Chart_ChartGroup_Polar">Polar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Polar object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_Radar" data-uid="C1.Win.C1Chart.ChartGroup.Radar">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.Radar.html#C1_Win_C1Chart_ChartGroup_Radar">Radar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Radar object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_ShowOutline" data-uid="C1.Win.C1Chart.ChartGroup.ShowOutline">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.ShowOutline.html#C1_Win_C1Chart_ChartGroup_ShowOutline">ShowOutline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether figures drawn should be outlined in the PlotArea ForeColor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_Stacked" data-uid="C1.Win.C1Chart.ChartGroup.Stacked">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.Stacked.html#C1_Win_C1Chart_ChartGroup_Stacked">Stacked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart should stack the data (for appropriate chart types).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_Use3D" data-uid="C1.Win.C1Chart.ChartGroup.Use3D">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.Use3D.html#C1_Win_C1Chart_ChartGroup_Use3D">Use3D</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether 3D effects are used for charting the data in the ChartGroup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_Visible" data-uid="C1.Win.C1Chart.ChartGroup.Visible">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.Visible.html#C1_Win_C1Chart_ChartGroup_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether ChartGroup is visible.</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_C1Chart_ChartGroup_CoordToDataCoord_System_Int32_System_Int32_System_Double__System_Double__" data-uid="C1.Win.C1Chart.ChartGroup.CoordToDataCoord(System.Int32,System.Int32,System.Double@,System.Double@)">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.CoordToDataCoord.html#C1_Win_C1Chart_ChartGroup_CoordToDataCoord_System_Int32_System_Int32_System_Double__System_Double__">CoordToDataCoord(int, int, ref double, ref double)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the data coordinates of a point in the PlotArea given chart client coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_CoordToDataCoord_System_Int32_System_Int32_System_Single__System_Single__" data-uid="C1.Win.C1Chart.ChartGroup.CoordToDataCoord(System.Int32,System.Int32,System.Single@,System.Single@)">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.CoordToDataCoord.html#C1_Win_C1Chart_ChartGroup_CoordToDataCoord_System_Int32_System_Int32_System_Single__System_Single__">CoordToDataCoord(int, int, ref float, ref float)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the data coordinates of a point in the PlotArea given chart client coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_CoordToDataIndex_System_Int32_System_Int32_C1_Win_C1Chart_CoordinateFocusEnum_System_Int32__System_Int32__System_Int32__" data-uid="C1.Win.C1Chart.ChartGroup.CoordToDataIndex(System.Int32,System.Int32,C1.Win.C1Chart.CoordinateFocusEnum,System.Int32@,System.Int32@,System.Int32@)">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.CoordToDataIndex.html#C1_Win_C1Chart_ChartGroup_CoordToDataIndex_System_Int32_System_Int32_C1_Win_C1Chart_CoordinateFocusEnum_System_Int32__System_Int32__System_Int32__">CoordToDataIndex(int, int, CoordinateFocusEnum, ref int, ref int, ref int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns series and point indices and distance to the closest data point in the group given client coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_CoordToPointIndex_System_Int32_System_Int32_C1_Win_C1Chart_PlotElementEnum_System_Int32_System_Int32__System_Int32__" data-uid="C1.Win.C1Chart.ChartGroup.CoordToPointIndex(System.Int32,System.Int32,C1.Win.C1Chart.PlotElementEnum,System.Int32,System.Int32@,System.Int32@)">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.CoordToPointIndex.html#C1_Win_C1Chart_ChartGroup_CoordToPointIndex_System_Int32_System_Int32_C1_Win_C1Chart_PlotElementEnum_System_Int32_System_Int32__System_Int32__">CoordToPointIndex(int, int, PlotElementEnum, int, ref int, ref int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns point index and distance to the closest data element of specified series in the group given client coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_CoordToSeriesIndex_System_Int32_System_Int32_C1_Win_C1Chart_PlotElementEnum_System_Int32__System_Int32__" data-uid="C1.Win.C1Chart.ChartGroup.CoordToSeriesIndex(System.Int32,System.Int32,C1.Win.C1Chart.PlotElementEnum,System.Int32@,System.Int32@)">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.CoordToSeriesIndex.html#C1_Win_C1Chart_ChartGroup_CoordToSeriesIndex_System_Int32_System_Int32_C1_Win_C1Chart_PlotElementEnum_System_Int32__System_Int32__">CoordToSeriesIndex(int, int, PlotElementEnum, ref int, ref int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns series index and distance to the closest data element in the group given client coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_DataCoordToCoord_System_Double_System_Double_System_Int32__System_Int32__" data-uid="C1.Win.C1Chart.ChartGroup.DataCoordToCoord(System.Double,System.Double,System.Int32@,System.Int32@)">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.DataCoordToCoord.html#C1_Win_C1Chart_ChartGroup_DataCoordToCoord_System_Double_System_Double_System_Int32__System_Int32__">DataCoordToCoord(double, double, ref int, ref int)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the client coordinates of a point in the PlotArea given data coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_DataCoordToCoord_System_Double_System_Double_System_Single__System_Single__" data-uid="C1.Win.C1Chart.ChartGroup.DataCoordToCoord(System.Double,System.Double,System.Single@,System.Single@)">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.DataCoordToCoord.html#C1_Win_C1Chart_ChartGroup_DataCoordToCoord_System_Double_System_Double_System_Single__System_Single__">DataCoordToCoord(double, double, ref float, ref float)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the client coordinates of a point in the PlotArea given data coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_DataIndexToCoord_System_Int32_System_Int32_System_Int32__System_Int32__" data-uid="C1.Win.C1Chart.ChartGroup.DataIndexToCoord(System.Int32,System.Int32,System.Int32@,System.Int32@)">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.DataIndexToCoord.html#C1_Win_C1Chart_ChartGroup_DataIndexToCoord_System_Int32_System_Int32_System_Int32__System_Int32__">DataIndexToCoord(int, int, ref int, ref int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the client coordinates of the specified data point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_DataIndexToRect_System_Int32_System_Int32_" data-uid="C1.Win.C1Chart.ChartGroup.DataIndexToRect(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.DataIndexToRect.html#C1_Win_C1Chart_ChartGroup_DataIndexToRect_System_Int32_System_Int32_">DataIndexToRect(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the minimal Rectangle circumscribing the specified point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartGroup_ResetOutlineColor" data-uid="C1.Win.C1Chart.ChartGroup.ResetOutlineColor">
          <a class="xref" href="C1.Win.C1Chart.ChartGroup.ResetOutlineColor.html#C1_Win_C1Chart_ChartGroup_ResetOutlineColor">ResetOutlineColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the outline color to the default value to allow
the PlotArea ForeColor to be used.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
