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("C1A870A0-850E-4D38-98A7-741CB8C3BCA4")]
public interface Points : System.Collections.IEnumerable
type Points = interface
    interface IEnumerable
Public Interface Points
Implements IEnumerable
Attributes
Implements

Remarks

Use Points(Object)(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

When used without an object qualifier, this property returns an _Application object that represents the Microsoft Word application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.

Count

Returns an Integer value that represents the number of objects in the collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Integer.

Item[Int32]

Returns a single object from the collection.

Parent

Returns the parent for the specified object. Read-only Object.

Methods

_Default(Int32)

Reserved for internal use.

GetEnumerator()

Applies to