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)

Example

This example applies a data label to point one in series one.

  myChart.SeriesCollection(1).Points(1).ApplyDataLabels