'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 | A simple box. |
ConeToMax | A cone which is drawn to the top of the scale but clipped (cut off) based on the associated value. |
ConeToPoint | A cone which is drawn so that it's top is at the point representing the associated value. |
Cylinder | A cylinder. |
PyramidToMax | A pyramid which is drawn to the top of the scale but clipped (cut off) based on the associated value. |
PyramidToPoint | A pyramid which is drawn so that it's top is at the point representing the associated value. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.Charts.BarShape
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2