Series 对象 (Excel)
表示图表上的系列。
注释
Series 对象是 SeriesCollection 集合的成员。
示例
使用 SeriesCollection (索引) (其中 index 是系列索引号或名称)可返回单个 Series 对象。 系列索引号表示系列添加到图表的顺序。 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
- Formula
- 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 支持和反馈,获取有关如何接收支持和提供反馈的指南。