Series.Points (Excel)
Returns an points that represents a single point (a Point) or a collection of all the points (a Points collection) in the series. Read-only.
Points (Index)
Index: The name or number of the point.
Dim pnts As Points
Set pnts = ActiveChart.FullSeriesCollection(1).Points()