ChartGroups Interface
Represents one or more series plotted in a chart with the same format.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("F8DDB497-CA6C-4711-9BA4-2718FA3BB6FE")> _
Public Interface ChartGroups _
Inherits IEnumerable
'Usage
Dim instance As ChartGroups
[GuidAttribute("F8DDB497-CA6C-4711-9BA4-2718FA3BB6FE")]
public interface ChartGroups : IEnumerable
Remarks
A ChartGroups collection is a collection of all the ChartGroup objects in the specified chart. 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.
Use the ChartGroups[Object] property to return the ChartGroups collection.
Use ChartGroups(index), where Index is the chart group index number, to return a single ChartGroup object.