Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / BarShape Enumeration


In This Topic
    BarShape Enumeration
    In This Topic
    Represents the shape used with the 3D bar or column chart.
    Syntax
    'Declaration
     
    
    Public Enum BarShape 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BarShape
    public enum BarShape : System.Enum 
    Members
    MemberDescription
    BoxThe chart shall be drawn with a box shape.
    ConeToMaxThe chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value.
    ConeToPointThe 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.
    CylinderThe chart shall be drawn as a cylinder.
    PyramidToMaxThe chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value.
    PyramidToPointThe 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.
    UnspecifiedUnknown bar shape.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Charts.BarShape

    See Also