ActiveReports Developer 7
BarType Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace : BarType Enumeration

Glossary Item Box

Specifies the type of bars to use.

Syntax

Visual Basic (Declaration) 
Public Enum BarType 
   Inherits System.Enum
C# 
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