Point オブジェクト (Excel Graph)
指定されたグラフの系列にある 1 つの要素を表します。 Point オブジェクトは、指定した系列のすべてのポイントを含む Points コレクションのメンバーです。
注釈
単一の Point オブジェクトを返すには、ポイント (index) を使用します。index はポイントのインデックス番号です。
Points are numbered from left to right in the series. Points(1)
is the leftmost point, and Points(Points.Count)
is the rightmost point.
例
The following example sets the marker style for the third point in series one. この例を機能させるには、シリーズ 1 が 2D ライン、スキャッター、またはレーダー シリーズである必要があります。
myChart.SeriesCollection(1).Points(3).MarkerStyle = xlDiamond
関連項目
サポートとフィードバック
Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。