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.
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 | Box. |
xlPyramidToPoint | 1 | Pyramid, coming to point at value. |
xlPyramidToMax | 2 | Pyramid, truncated at value. |
xlCylinder | 3 | Cylinder. |
xlConeToPoint | 4 | Cone, coming to point at value. |
xlConeToMax | 5 | Cone, truncated at value. |