Points Interface

Definition

A collection of all the Point objects in the specified series in a chart.

public interface class Points : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020869-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Points : System.Collections.IEnumerable
Public Interface Points
Implements IEnumerable
Attributes
Implements

Remarks

Use the Points(Object) method to return the Points collection.

Use Points(index), where index is the point index number, to return a single Point object. Points are numbered from left to right on the series. Points(1) is the leftmost point, and Points(Points.Count) is the rightmost point.

Properties

Application

Returns an Application object that represents the Microsoft Excel application.

Count

Returns the number of objects in the collection.

Creator

Returns a 32-bit integer that indicates the application in which this object was created.

Parent

Returns the parent object for the specified object.

Methods

_Default(Int32)

Reserved for internal use.

GetEnumerator()
Item(Int32)

Returns a single object from a collection.

Applies to