Share via


ChartGroup.SeriesCollection Method

Returns the requested series from within the chart group.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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

  • Index
    Type: System.Object
    Optional Object The name or number of the series that you wish to have returned. If Index is not used, all the series in the chart group will be returned.

Return Value

Type: System.Object
An Object in the SeriesCollection format, that represents all the requested series from the chart group

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.Word Namespace