Series.Points Method
Returns a collection of all the points in the series.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Points ( _
Index As Object _
) As Object
'Usage
Dim instance As Series
Dim Index As Object
Dim returnValue As Object
returnValue = instance.Points(Index)
Object Points(
Object Index
)
Parameters
- Index
Type: System.Object
The name or number of the point.
Return Value
Type: System.Object
A Points object that represents all the points in the series.
Examples
This example applies a data label to point one in series one of the first chart in the active document.