XlBarShape Enumeration

Specifies the shape used with the 3-D bar or column chart.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration XlBarShape
'Usage
Dim instance As XlBarShape
public enum XlBarShape

Members

Member name Description
xlBox Box.
xlPyramidToPoint Pyramid, coming to point at value.
xlPyramidToMax Pyramid, truncated at value.
xlCylinder Cylinder.
xlConeToPoint Cone, coming to point at value.
xlConeToMax Cone, truncated at value.

See Also

Reference

Microsoft.Office.Interop.Word Namespace