ChartGroup 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("86488FB4-9633-4C93-8057-FC1FA7A847AE")> _
Public Interface ChartGroup
'Usage
Dim instance As ChartGroup
[GuidAttribute("86488FB4-9633-4C93-8057-FC1FA7A847AE")]
public interface ChartGroup

Remarks

A chart contains one or more chart groups, each chart group contains one or more Series objects, and each series contains one or more Points objects. 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. The ChartGroup object is a member of the ChartGroups collection.

Use ChartGroups(Index), where index is the chart group index number, to return a single ChartGroup object.

See Also

Reference

ChartGroup Members

Microsoft.Office.Interop.Word Namespace