Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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("92D41A5D-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface ChartGroup
'Usage
Dim instance As ChartGroup
[GuidAttribute("92D41A5D-F07E-4CA4-AF6F-BEF486AA4E6F")]
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, which contains all the series plotted with the line chart format, and a bar chart group, which contains 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.