XlBarShape can be one of these XlBarShape constants. |
xlBox |
xlConeToPoint |
xlPyramidToMax |
xlConeToMax |
xlCylinder |
xlPyramidToPoint |
expression.BarShape
expression Required. An expression that returns one of the objects in the Applies To list.
Example
This example sets the shape used with series one on chart one.
Charts(1).SeriesCollection(1).BarShape = xlConeToPoint