ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / BarType Enumeration

In This Topic
    BarType Enumeration
    In This Topic
    Specifies the type of bars to use.
    Syntax
    'Declaration
     
    Public Enum BarType 
       Inherits System.Enum
    public enum BarType : System.Enum 
    Members
    MemberDescription
    BarA filled rectangular shape is used.
    ConeA cone shape is used.
    CustomA custom shape is used.
    CylinderA cylindrical shape is used.
    PyramidA pyramidal shape is used.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Chart.BarType

    See Also