Points 接口

定义

图表中指定系列中的所有 Point 对象的集合。

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
属性
实现

注解

使用 Points(Object) (Index) (其中 Index 是点索引号)返回单个 Point 对象。 点在系列从左至右编号。 Points(1) 为最左边的数据点,而 Points(Points.Count) 为最右边的数据点。

属性

Application

在没有对象限定符的情况下使用时,此属性返回表示 _Application Microsoft Word 应用程序的 对象。 如果与对象识别符一起使用,则此属性返回代表指定对象的创建者的 Application 对象(可以将此属性与 OLE 自动化对象一起使用以返回该对象的应用程序)。 只读。

Count

返回一个 Integer 值,它代表集合中对象的数量。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 只读 Integer

Item[Int32]

从集合中返回单个对象。

Parent

返回指定对象的父级。 只读 对象

方法

_Default(Int32)

仅供内部使用。

GetEnumerator()

图表中指定系列中的所有 Point 对象的集合。

适用于