| Name | Description |
| AxisGroup | Returns the axis group that this chart group belongs to. |
| BubbleScale | Gets or sets the percentage of the default bubble size to use for the size of bubbles on a bubble chart. |
| Chart | Returns an instance of IChart which represents the parent chart of this chart group. |
| DoughnutHoleSize | Gets or sets the percentage of the chart size to use for the size of the hole in a doughnut chart. |
| DownBars | Returns an instance of IDownBars which represents the down bars on a line chart, or null if HasUpDownBars is false. |
| DropLines | Returns an instance of IDropLines which represents the drop lines on a line or area chart, or null if HasDropLines is false. |
| FirstSliceAngle | Gets or sets the angle, in degrees, of the first slice in a pie or doughnut chart. |
| GapWidth | Gets or sets the distance between bars in a clustered bar chart as a percentage of the bar width, or the distance between each plotted section in a pie of pie chart. |
| Has3DShading | Gets or sets the property which specifies whether a surface chart has 3D shading. |
| HasDropLines | Gets or sets the property which specifies whether a line or area chart has drop lines. |
| HasHiLoLines | Gets or sets the property which specifies whether a line chart has high-low lines. |
| HasRadarAxisLabels | Gets or sets the property which specifies whether a radar chart has axis labels. |
| HasSeriesLines | Gets or sets the property which specifies whether a stacked bar or pie of pie chart has series lines. |
| HasUpDownBars | Gets or sets the property which specifies whether a line chart has up and down bars. |
| HiLoLines | Returns an instance of IHiLoLines which represents the high-low lines on a line chart, or null if HasHiLoLines is false. |
| Index | Returns the zero based index of this chart group. |
| Overlap | Gets or sets the overlap or space between bars within a category as a percentage of the bar width.". |
| RadarAxisLabels | Returns an instance of ITickLabels which represents the category axis labels on a radar chart. |
| SecondPlotSize | Gets or sets the size of the second plot as a percentage of the size of the first plot on a pie of pie chart. |
| SeriesCollection | Returns an instance of ISeriesCollection which represents all of the series of this chart group. |
| SeriesLines | Returns an instance of ISeriesLines which represents the series lines on a stacked bar or pie of pie chart, or null if HasSeriesLines is false. |
| ShowNegativeBubbles | Gets or sets the property which specifies whether bubbles with negative values are shown on a bubble chart. |
| SizeRepresents | Gets or sets the property which specifies what the size values represent on a bubble chart. |
| SplitType | Gets or sets the property which specifies how values are split on a pie of pie chart. |
| SplitValue | Gets or set the property which specifies the separation value on a pie of pie chart. |
| UpBars | Returns an instance of IUpBars which represents the up bars on a line chart, or null if HasUpDownBars is false. |
| VaryByCategories | Gets or sets the property which specifies whether colors are varied for each data point of the first series in a chart containing only one series. |