共用方式為


PowerPoint) (Series 物件

代表圖表中的數列。

備註

Series 物件是 SeriesCollection 集合的成員。

範例

注意事項

[!注意事項] 雖然下列程式碼適用於 Microsoft Word,但是您可以輕易對其進行修改以套用至 PowerPoint。

使用 SeriesCollection (索引) ,其中 index 是數列索引編號或名稱,可傳回單一 Series 物件。 下列範例會設定使用中文件內的第一張圖表之第一個數列的內景色彩。

數列的索引編號會指出數列新增到圖表中的順序。 SeriesCollection(1) 是第一個新增到圖表中的數列,而 SeriesCollection(SeriesCollection.Count) 則是最後一個新增的數列。

With ActiveDocument.InlineShapes(1)

    If .HasChart Then

        .Chart.SeriesCollection(1).Interior.Color = RGB(255, 0, 0)

    End If

End With

方法

名稱
ApplyDataLabels
ClearFormats
Copy
DataLabels
Delete
ErrorBar
Paste
Points
Select
Trendlines

屬性

名稱
Application
ApplyPictToEnd
ApplyPictToFront
ApplyPictToSides
AxisGroup
BarShape
BubbleSizes
ChartType
Creator
ErrorBars
Explosion
Format
公式
FormulaLocal
FormulaR1C1
FormulaR1C1Local
Has3DEffect
HasDataLabels
HasErrorBars
HasLeaderLines
InvertColor
InvertColorIndex
InvertIfNegative
IsFiltered
LeaderLines
MarkerBackgroundColor
MarkerBackgroundColorIndex
MarkerForegroundColor
MarkerForegroundColorIndex
MarkerSize
MarkerStyle
名稱
Parent
ParentDataLabelOption
PictureType
PictureUnit2
PlotColorIndex
PlotOrder
QuartileCalculationInclusiveMedian
Shadow
Smooth
類型
XValues

另請參閱

PowerPoint 物件模型參考資料

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應