Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.01 KB

Excel.Series.Points.md

File metadata and controls

48 lines (28 loc) · 1.01 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Series.Points method (Excel)
vbaxl10.chm578104
vbaxl10.chm578104
Excel.Series.Points
9b6f08a1-3fbe-e9bc-a509-345a3d2d78b3
05/11/2019
medium

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

[!includeSupport and feedback]