Item Method (Points Collection)

Applies To

Points collection object.

Description

Returns a single Point object from a Points collection.

Syntax

expression.Item(Index)

expression Required. An expression that returns a Points object.

Index Required Long. The index number of the point.

Example

This example sets the marker style for the third point in series one in embedded chart one on worksheet one. The specified series must be a 2-D line, scatter, or radar series.

Worksheets(1).ChartObjects(1).Chart. _
    SeriesCollection(1).Points.Item(3).MarkerStyle = xlDiamond