'Declaration
Public Enum BarShape Inherits System.Enum
'Usage
Dim instance As BarShape
public enum BarShape : System.Enum
'Declaration
Public Enum BarShape Inherits System.Enum
'Usage
Dim instance As BarShape
public enum BarShape : System.Enum
Member | Description |
---|---|
Box | The chart shall be drawn with a box shape. |
ConeToMax | The chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value. |
ConeToPoint | The chart shall be drawn as a cone, with the base of the cone on the floor and the point of the cone at the top of the data marker. |
Cylinder | The chart shall be drawn as a cylinder. |
PyramidToMax | The chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value. |
PyramidToPoint | The chart shall be drawn as a rectangular pyramid, with the base of the pyramid on the floor and the point of the pyramid at the top of the data marker. |
Unspecified | Unknown bar shape. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Charts.BarShape