XlBarShape Enumeration
Specifies the shape used with the 3-D bar or column chart.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("D2431A3D-F112-4A83-97B2-BC3CE3C9B73B")> _
Public Enumeration XlBarShape
'Usage
Dim instance As XlBarShape
[GuidAttribute("D2431A3D-F112-4A83-97B2-BC3CE3C9B73B")]
public enum XlBarShape
Members
Member name | Description | |
---|---|---|
xlBox | A box. | |
xlPyramidToPoint | A pyramid, coming to a point at the specified value. | |
xlPyramidToMax | A pyramid, truncated at the specified value. | |
xlCylinder | A cylinder. | |
xlConeToPoint | A cone, coming to a point at the specified value. | |
xlConeToMax | A cone, truncated at the specified value. |