Points Method
Applies To
Series object.
Description
Returns an object that represents a single point (a Point object, Syntax 1) or a collection of all the points (a Points collection, Syntax 2) in the series. Read-only.
Syntax 1
expression.Points(Index)
Syntax 2
expression.Points
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.
myChart.SeriesCollection(1).Points(1).ApplyDataLabels