Series 物件 (Excel)
代表圖表中的數列。
備註
Series 物件是 SeriesCollection 集合的成員。
範例
使用 SeriesCollection (index) 可傳回單一 Series 物件,其中 index 是數列的索引編號或名稱。 數列的編號指出數列新增到圖表中的順序。 SeriesCollection(1)
是第一個新增到圖表中的數列,而 SeriesCollection(SeriesCollection.Count)
則是最後一個新增的數列。
下列範例會設定 Sheet1 上第一個內嵌圖表中第一個數列內部的色彩。
Worksheets("sheet1").ChartObjects(1).Chart. _
SeriesCollection(1).Interior.Color = RGB(255, 0, 0)
方法
屬性
- Application
- ApplyPictToEnd
- ApplyPictToFront
- ApplyPictToSides
- AxisGroup
- BarShape
- BubbleSizes
- ChartType
- Creator
- ErrorBars
- Explosion
- Format
- 公式
- FormulaLocal
- FormulaR1C1
- FormulaR1C1Local
- GeoMappingLevel
- GeoProjectionType
- Has3DEffect
- HasDataLabels
- HasErrorBars
- HasLeaderLines
- InvertColor
- InvertColorIndex
- InvertIfNegative
- IsFiltered
- LeaderLines
- MarkerBackgroundColor
- MarkerBackgroundColorIndex
- MarkerForegroundColor
- MarkerForegroundColorIndex
- MarkerSize
- MarkerStyle
- 名稱
- Parent
- ParentDataLabelOption
- PictureType
- PictureUnit2
- PlotColorIndex
- PlotOrder
- QuartileCalculationInclusiveMedian
- RegionLabelOptions
- Shadow
- Smooth
- 類型
- 值
- XValues
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。