BarShape Property

Microsoft Graph Visual Basic

XlBarShape can be one of these XlBarShape constants.
xlConeToMax
xlCylinder
xlPyramidToPoint
xlBox
xlConeToPoint
xlPyramidToMax

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 the chart.

myChart.SeriesCollection(1).BarShape = xlConeToPoint