ChartGroups Interface
A collection of all the ChartGroup objects in the specified chart.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
<GuidAttribute("000C172B-0000-0000-C000-000000000046")> _
Public Interface ChartGroups _
Inherits IEnumerable
'Usage
Dim instance As ChartGroups
[GuidAttribute("000C172B-0000-0000-C000-000000000046")]
public interface ChartGroups : IEnumerable
Remarks
Each ChartGroup object represents one or more series plotted in a chart with the same format. A chart contains one or more chart groups, each chart group contains one or more series, and each series contains one or more points. For example, a single chart might contain both a line chart group, containing all the series plotted with the line chart format, and a bar chart group, containing all the series plotted with the bar chart format.