ActiveReports 12
BarType Enumeration

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace : BarType Enumeration
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

Reference

GrapeCity.ActiveReports.Chart Namespace