Series.Points(Object) Method

Definition

Returns an object that represents a single point (a Point object) or a collection of all the points (a Points collection) in the series. Read-only.

public object Points (object Index);
Public Function Points (Optional Index As Object) As Object

Parameters

Index
Object

Optional Object. The name or number of the point.

Returns

Applies to