ChartGroups Interface

Represents one or more series plotted in a chart with the same format.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("92D41A5E-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface ChartGroups _
    Inherits IEnumerable
'Usage
Dim instance As ChartGroups
[GuidAttribute("92D41A5E-F07E-4CA4-AF6F-BEF486AA4E6F")]
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.

See Also

Reference

ChartGroups Members

Microsoft.Office.Interop.PowerPoint Namespace