Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / BarShape Enumeration
In This Topic
    BarShape Enumeration
    In This Topic
    Specifies the shape used with the 3-D bar or column chart.
    Members
    MemberDescription
    BoxSpecifies a box.
    ConeToMaxSpecifies a cone, truncated at value.
    ConeToPointSpecifies a cone, coming to a point value.
    CylinderSpecifies a cylinder.
    PyramidToMaxSpecifies a pyramid, truncated at value.
    PyramidToPointSpecifies a pyramid, coming to a point value.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.BarShape

    See Also