返回或设置用于三维条形图或柱形图的形状。XlBarShape 类型,可读写。
| XlBarShape 可为以下 XlBarShape 常量之一。 |
| xlBox |
| xlConeToPoint |
| xlPyramidToMax |
| xlConeToMax |
| xlCylinder |
| xlPyramidToPoint |
expression.BarShape
expression 必需。该表达式返回“应用于”列表中的对象之一。
本示例设置用于第一个图表的第一个数据系列的形状。
Charts(1).SeriesCollection(1).BarShape = xlConeToPoint