Excel) (Point 物件
代表圖表上某個數列中的單一資料點。
註解
Point 物件是 Points 集合的成員。 Points 集合包含一個數列中的所有資料點。
範例
使用 Points (索引) ,其中 index 是點索引編號,可傳回單一 Point 物件。 點是從左到右的數列上編號。 Points(1)
為最左邊的點,並 Points(Points.Count)
為最右邊的點。
這個範例會設定第一張工作表上第一個內嵌圖表中第一個數列第三個資料點的標記樣式。 指定的數列必須是 2D 線條、散佈圖或雷達圖數列。
Worksheets(1).ChartObjects(1).Chart. _
SeriesCollection(1).Points(3).MarkerStyle = xlDiamond
方法
屬性
- Application
- ApplyPictToEnd
- ApplyPictToFront
- ApplyPictToSides
- Creator
- DataLabel
- Explosion
- Format
- Has3DEffect
- HasDataLabel
- Height
- InvertIfNegative
- IsTotal
- Left
- MarkerBackgroundColor
- MarkerBackgroundColorIndex
- MarkerForegroundColor
- MarkerForegroundColorIndex
- MarkerSize
- MarkerStyle
- 名稱
- Parent
- PictureType
- PictureUnit2
- SecondaryPlot
- Shadow
- Top
- Width
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。