Points Method
From Microsoft Graph Visual Basic
expression.Points(Index)
expression Required. An expression that returns one of the objects in the Applies To list.
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