Share via


ChartGroup.SeriesCollection Method

Returns all the series in the chart group.

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

Syntax

'Declaration
Function SeriesCollection ( _
    Index As Object _
) As Object
'Usage
Dim instance As ChartGroup
Dim Index As Object
Dim returnValue As Object

returnValue = instance.SeriesCollection(Index)
Object SeriesCollection(
    Object Index
)

Parameters

Return Value

Type: System.Object

Remarks

A SeriesCollection object that represents all the series in the chart group.

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.PowerPoint Namespace