Series.Points method (Excel)
Returns an object that represents a single point (a Point object) or a collection of all the points (a Points collection) in the series. Read-only.
Syntax
expression.Points (Index)
expression An expression that returns a Series object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Index | Optional | Variant | The name or number of the point. |
Return value
Object
Example
This example applies a data label to point one in series one on Chart1.
Charts("Chart1").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.