Series.Points(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.