Excel) (点对象
代表图表系列中的单个数据点。
备注
点 对象是 点 集合的一个成员。 该 点 集合包含一个序列中的所有点。
示例
使用 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 支持和反馈,获取有关如何接收支持和提供反馈的指南。