Applies To
Series Object.
Description
Accessor. Returns an object that represents a single point (a Point object, Syntax 1) or a collection of all of the points (a Points object, Syntax 2) in the series. Read-only.
Syntax 1
object.Points(index)
Syntax 2
object.Points
object
Required. The Series object.
index
Required for Syntax 1. The name or number of the point.
Example
This example applies a data label to point one in series one in Chart1.
Charts("Chart1").SeriesCollection(1).Points(1).ApplyDataLabels