BarShape Property

Applies To

Chart object, Series object.

Description

Returns or sets the shape used with the 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 chart one.

Charts(1).SeriesCollection(1).BarShape = xlConeToPoint