Share via


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

.Points(Index)

An expression that returns a Series object.

Parameters

Name

Required/Optional

Data Type

Description

Index

선택

Variant

The name or number of the point.

Return Value

Object

Example

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

Charts("Chart1").SeriesCollection(1).Points(1).ApplyDataLabels

참고 항목

개념

Series Object

Series Object Members