Series.Points(Object) Method

Definition

Returns a collection of all the points in the series.

public object Points (object Index);
abstract member Points : obj -> obj
Public Function Points (Optional Index As Object) As Object

Parameters

Index
Object

The name or number of the point.

Returns

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.

Applies to