Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.19 KB

Excel.Point-graph-object.md

File metadata and controls

39 lines (25 loc) · 1.19 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Point object (Excel Graph)
vbagr10.chm131114
vbagr10.chm131114
Excel.Point
944d5edb-b1e7-7aed-5ead-bde3878b26e5
04/06/2019
medium

Point object (Excel Graph)

Represents a single point in a series on the specified chart. The Point object is a member of the Points collection, which contains all the points in the specified series.

Remarks

Use Points (index), where index is the point's index number, to return a single Point object.

Points are numbered from left to right in the series. Points(1) is the leftmost point, and Points(Points.Count) is the rightmost point.

Example

The following example sets the marker style for the third point in series one. For this example to work, series one must be a 2D line, scatter, or radar series.

myChart.SeriesCollection(1).Points(3).MarkerStyle = xlDiamond

See also

[!includeSupport and feedback]