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