Points インターフェイス

定義

グラフ内の指定した系列内のすべての Point オブジェクトのコレクション。

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
属性
実装

注釈

Points コレクションをPoints(Object)取得するには、 メソッドを使用します。

Points(index) index はポイント インデックス番号を使用して、1 つの Point オブジェクトを返します。 Points are numbered from left to right on the series. Points(1) は左端のデータ要素に対応し、Points(Points.Count) は右端のデータ要素に対応します。

プロパティ

Application

Microsoft Excel アプリケーションを Application 表す オブジェクトを返します。

Count

コレクション内にあるオブジェクトの数を返します。

Creator

このオブジェクトを作成したアプリケーションを示す、32 ビットの整数値を返します。

Parent

指定されたオブジェクトの親オブジェクトを返します。

メソッド

_Default(Int32)

内部使用のため予約済みです。

GetEnumerator()

グラフ内の指定した系列内のすべての Point オブジェクトのコレクション。

Item(Int32)

コレクションから単一のオブジェクトを返します。

適用対象