Points Method

Microsoft Graph Visual Basic

Points Method

       

Returns an object that represents a single point or a collection of all the points in the series. Read-only.

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