Points method (Excel Graph)
Returns an object that represents a single point or a collection of all the points in the series. Read-only.
Syntax
expression.Points (Index)
expression Required. An expression that returns one of the objects in the Applies To list.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.