XlBarShape Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the shape used with the 3-D bar or column chart.

public enum class XlBarShape
public enum XlBarShape
type XlBarShape = 
Public Enum XlBarShape
Inheritance
XlBarShape

Fields

xlBox 0

You should access and use this enumeration from the Excel primary interop assembly (PIA). Box.

xlConeToMax 5

You should access and use this enumeration from the Excel primary interop assembly (PIA). Cone, truncated at value.

xlConeToPoint 4

You should access and use this enumeration from the Excel primary interop assembly (PIA). Cone, coming to point at value.

xlCylinder 3

You should access and use this enumeration from the Excel primary interop assembly (PIA). Cylinder.

xlPyramidToMax 2

You should access and use this enumeration from the Excel primary interop assembly (PIA). Pyramid, truncated at value.

xlPyramidToPoint 1

You should access and use this enumeration from the Excel primary interop assembly (PIA). Pyramid, coming to point at value.

Applies to