BarShape Property

Applies To

Chart object, Series object.

Description

Returns or sets the shape used with the specified 3-D bar or column chart. Can be one of the following XlBarShape constants: xlBox, xlConeToMax, xlConeToPoint, xlCylinder, xlPyramidToMax, or xlPyramidToPoint. Read/write Long.

Example

This example sets the shape used with series one on the chart.

myChart.SeriesCollection(1).Barshape = xlConeToPoint