XlBarShape Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
xlBox | 0 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Box. |
xlPyramidToPoint | 1 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Pyramid, coming to point at value. |
xlPyramidToMax | 2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Pyramid, truncated at value. |
xlCylinder | 3 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Cylinder. |
xlConeToPoint | 4 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Cone, coming to point at value. |
xlConeToMax | 5 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Cone, truncated at value. |