Points 接口

定义

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

public interface class Points : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C170D-0000-0000-C000-000000000046")]
public interface Points : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C170D-0000-0000-C000-000000000046")>]
type Points = interface
    interface IEnumerable
Public Interface Points
Implements IEnumerable
属性
实现

注解

使用 Item(Int32),其中 Index 是点索引号,以返回单个 ChartPoint 对象。 点在系列从左至右编号。 1 是最左侧的点, Count 最右边的点。

属性

_Default[Int32]

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

Application

获取在其中创建此对象的 Application 对象。 只读。

Count

返回集合中对象的数目。

Creator

返回在其中创建此对象的应用程序的 ID。

Parent

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

方法

GetEnumerator()

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

Item(Int32)

从集合中返回一个对象。

适用于