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.
expression.Points(Index)
expression Required. An expression that returns a Series object.
Index Optional Variant. 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