SpreadsheetGear 2023
BarShape Enumeration


SpreadsheetGear.Charts Namespace : BarShape Enumeration
Specifies the shape of a 3D bar.
Syntax
'Declaration
 
Public Enum BarShape 
   Inherits System.Enum
'Usage
 
Dim instance As BarShape
public enum BarShape : System.Enum 
Members
MemberDescription
BoxA simple box.
ConeToMaxA cone which is drawn to the top of the scale but clipped (cut off) based on the associated value.
ConeToPointA cone which is drawn so that it's top is at the point representing the associated value.
CylinderA cylinder.
PyramidToMaxA pyramid which is drawn to the top of the scale but clipped (cut off) based on the associated value.
PyramidToPointA pyramid which is drawn so that it's top is at the point representing the associated value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Charts.BarShape

Requirements

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

See Also

Reference

SpreadsheetGear.Charts Namespace