Point オブジェクト (Excel)
グラフのデータ系列にある 1 つのデータ要素を表します。
注釈
Point オブジェクトは Points コレクションのメンバーです。 Points コレクションには、1 つのデータ系列にあるすべてのデータ要素が含まれています。
例
1 つの Point オブジェクトを返すには、ポイント (index) を使用します。index はポイント インデックス番号です。 Points are numbered from left to right on the series. Points(1)
is the leftmost point, and Points(Points.Count)
is the rightmost point.
次の使用例は、ワークシート 1 の埋め込みグラフ 1 にあるデータ系列 1 で、データ要素 3 のデータ マーカーのスタイルを設定します。 指定する系列は、2D ライン、散布図、またはレーダー 系列である必要があります。
Worksheets(1).ChartObjects(1).Chart. _
SeriesCollection(1).Points(3).MarkerStyle = xlDiamond
メソッド
プロパティ
- Application
- ApplyPictToEnd
- ApplyPictToFront
- ApplyPictToSides
- Creator
- DataLabel
- Explosion
- 形式
- Has3DEffect
- HasDataLabel
- Height
- InvertIfNegative
- IsTotal
- Left
- MarkerBackgroundColor
- MarkerBackgroundColorIndex
- MarkerForegroundColor
- MarkerForegroundColorIndex
- MarkerSize
- MarkerStyle
- 名前
- Parent
- PictureType
- PictureUnit2
- SecondaryPlot
- Shadow
- Top
- Width
関連項目
サポートとフィードバック
Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。