Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / BarShape Enumeration
In This Topic
    BarShape Enumeration
    In This Topic
    Specifies the shape used with the 3-D bar or column chart.
    Syntax
    public enum BarShape : System.Enum 
    Members
    MemberDescription
    Box Specifies a box.
    ConeToMax Specifies a cone, truncated at value.
    ConeToPoint Specifies a cone, coming to a point value.
    Cylinder Specifies a cylinder.
    PyramidToMax Specifies a pyramid, truncated at value.
    PyramidToPoint Specifies a pyramid, coming to a point value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.BarShape

    See Also