# GrapeCity.Spreadsheet.Charts.IChartGroup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_IChartGroup" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup" class="text-break">IChartGroup Interface
</h1>
  <div class="markdown level0 summary"><p>Gets a collection of one or more series plotted in a chart with the same format.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Charts.html">GrapeCity.Spreadsheet.Charts</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Charts_IChartGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IChartGroup</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IChartGroup</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="GrapeCity_Spreadsheet_Charts_IChartGroup_AxisGroup" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.AxisGroup">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.AxisGroup.html#GrapeCity_Spreadsheet_Charts_IChartGroup_AxisGroup">AxisGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the group for the specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_BinWidthValue" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.BinWidthValue">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.BinWidthValue.html#GrapeCity_Spreadsheet_Charts_IChartGroup_BinWidthValue">BinWidthValue</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the number of bins in the histogram chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_BinsCountValue" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.BinsCountValue">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.BinsCountValue.html#GrapeCity_Spreadsheet_Charts_IChartGroup_BinsCountValue">BinsCountValue</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the number of points in each range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_BinsOverflowEnabled" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.BinsOverflowEnabled">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.BinsOverflowEnabled.html#GrapeCity_Spreadsheet_Charts_IChartGroup_BinsOverflowEnabled">BinsOverflowEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether a bin for values above the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.BinsOverflowValue.html#GrapeCity_Spreadsheet_Charts_IChartGroup_BinsOverflowValue">BinsOverflowValue</a> property is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_BinsOverflowValue" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.BinsOverflowValue">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.BinsOverflowValue.html#GrapeCity_Spreadsheet_Charts_IChartGroup_BinsOverflowValue">BinsOverflowValue</a>
        </td>
        <td class="markdown level1 summary"><p>If a <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.BinsOverflowEnabled.html#GrapeCity_Spreadsheet_Charts_IChartGroup_BinsOverflowEnabled">BinsOverflowEnabled</a> property is True, specifies the value above which an overflow bin is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_BinsType" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.BinsType">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.BinsType.html#GrapeCity_Spreadsheet_Charts_IChartGroup_BinsType">BinsType</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies how the horizontal axis of the histogram chart is formatted, by bins type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_BinsUnderflowEnabled" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.BinsUnderflowEnabled">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.BinsUnderflowEnabled.html#GrapeCity_Spreadsheet_Charts_IChartGroup_BinsUnderflowEnabled">BinsUnderflowEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether a bin for values below the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.BinsUnderflowValue.html#GrapeCity_Spreadsheet_Charts_IChartGroup_BinsUnderflowValue">BinsUnderflowValue</a> property is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_BinsUnderflowValue" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.BinsUnderflowValue">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.BinsUnderflowValue.html#GrapeCity_Spreadsheet_Charts_IChartGroup_BinsUnderflowValue">BinsUnderflowValue</a>
        </td>
        <td class="markdown level1 summary"><p>If a <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.BinsUnderflowEnabled.html#GrapeCity_Spreadsheet_Charts_IChartGroup_BinsUnderflowEnabled">BinsUnderflowEnabled</a> property is True, specifies the value below which an underflow bin is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_BubbleScale" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.BubbleScale">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.BubbleScale.html#GrapeCity_Spreadsheet_Charts_IChartGroup_BubbleScale">BubbleScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scale factor for bubbles in the specified chart group. Can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_DoughnutHoleSize" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.DoughnutHoleSize">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.DoughnutHoleSize.html#GrapeCity_Spreadsheet_Charts_IChartGroup_DoughnutHoleSize">DoughnutHoleSize</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets the size of the hole in a doughnut chart group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_DownBars" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.DownBars">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.DownBars.html#GrapeCity_Spreadsheet_Charts_IChartGroup_DownBars">DownBars</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.Charts.IUpDownBars.html">IUpDownBars</a> object that represents the down bars on a line chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_DropLines" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.DropLines">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.DropLines.html#GrapeCity_Spreadsheet_Charts_IChartGroup_DropLines">DropLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDropLines.html">IDropLines</a> object that represents the drop lines for a series on a line chart or area chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_FirstSliceAngle" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.FirstSliceAngle">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.FirstSliceAngle.html#GrapeCity_Spreadsheet_Charts_IChartGroup_FirstSliceAngle">FirstSliceAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_GapWidth" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.GapWidth">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.GapWidth.html#GrapeCity_Spreadsheet_Charts_IChartGroup_GapWidth">GapWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Bar and Column charts: Gets or sets the space between bar or column clusters, as a percentage of the bar or column width.</p>
<p>Pie of Pie and Bar of Pie charts: Gets or sets the space between the primary and secondary sections of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_HiLoLines" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.HiLoLines">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.HiLoLines.html#GrapeCity_Spreadsheet_Charts_IChartGroup_HiLoLines">HiLoLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IHiLoLines.html">IHiLoLines</a> object that represents the high-low lines for a series on a line chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_Overlap" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.Overlap">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.Overlap.html#GrapeCity_Spreadsheet_Charts_IChartGroup_Overlap">Overlap</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies how bars and columns are positioned. Can be a value between -100 and 100.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_RadarAxisLabels" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.RadarAxisLabels">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.RadarAxisLabels.html#GrapeCity_Spreadsheet_Charts_IChartGroup_RadarAxisLabels">RadarAxisLabels</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Spreadsheet.Charts.ITickLabels.html">ITickLabels</a> object that represents the radar axis labels for the specified chart group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_SecondPlotSize" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.SecondPlotSize">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.SecondPlotSize.html#GrapeCity_Spreadsheet_Charts_IChartGroup_SecondPlotSize">SecondPlotSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the secondary section of either a Pie of Pie chart or a Bar of Pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_Series" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.Series">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.Series.html#GrapeCity_Spreadsheet_Charts_IChartGroup_Series">Series</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object that represents either a single series or a collection of all the series in the chart or chart group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_SeriesLines" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.SeriesLines">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.SeriesLines.html#GrapeCity_Spreadsheet_Charts_IChartGroup_SeriesLines">SeriesLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeriesLines.html">ISeriesLines</a> object that represents the series lines for a 2D stacked bar, 2D stacked column, Pie of Pie, or Bar of Pie chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_ShowDropLines" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.ShowDropLines">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.ShowDropLines.html#GrapeCity_Spreadsheet_Charts_IChartGroup_ShowDropLines">ShowDropLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the line chart or area chart has drop lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_ShowHiLoLines" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.ShowHiLoLines">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.ShowHiLoLines.html#GrapeCity_Spreadsheet_Charts_IChartGroup_ShowHiLoLines">ShowHiLoLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the line chart has high-low lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_ShowNegativeBubbles" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.ShowNegativeBubbles">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.ShowNegativeBubbles.html#GrapeCity_Spreadsheet_Charts_IChartGroup_ShowNegativeBubbles">ShowNegativeBubbles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether negative bubbles are shown for the chart group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_ShowRadarAxisLabels" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.ShowRadarAxisLabels">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.ShowRadarAxisLabels.html#GrapeCity_Spreadsheet_Charts_IChartGroup_ShowRadarAxisLabels">ShowRadarAxisLabels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the radar chart has axis labels.
<remark>Applies only to radar charts</remark></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_ShowSeriesLines" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.ShowSeriesLines">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.ShowSeriesLines.html#GrapeCity_Spreadsheet_Charts_IChartGroup_ShowSeriesLines">ShowSeriesLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the stacked column chart or bar chart has series lines, or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_ShowUpDownBars" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.ShowUpDownBars">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.ShowUpDownBars.html#GrapeCity_Spreadsheet_Charts_IChartGroup_ShowUpDownBars">ShowUpDownBars</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the line chart has up and down bars.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_SizeRepresents" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.SizeRepresents">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.SizeRepresents.html#GrapeCity_Spreadsheet_Charts_IChartGroup_SizeRepresents">SizeRepresents</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets what the bubble size represents on a bubble chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_SplitType" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.SplitType">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.SplitType.html#GrapeCity_Spreadsheet_Charts_IChartGroup_SplitType">SplitType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the way the two sections of either a Pie of Pie chart or a Bar of Pie chart are split.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_SplitValue" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.SplitValue">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.SplitValue.html#GrapeCity_Spreadsheet_Charts_IChartGroup_SplitValue">SplitValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the threshold value separating the two sections of either a Pie of Pie chart or a Bar of Pie chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_UpBars" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.UpBars">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.UpBars.html#GrapeCity_Spreadsheet_Charts_IChartGroup_UpBars">UpBars</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IUpDownBars.html">IUpDownBars</a> object that represents the up bars on a line chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartGroup_VaryByCategories" data-uid="GrapeCity.Spreadsheet.Charts.IChartGroup.VaryByCategories">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.VaryByCategories.html#GrapeCity_Spreadsheet_Charts_IChartGroup_VaryByCategories">VaryByCategories</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether Spread assigns a different color or pattern to each data marker. The chart must contain only one series.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
