ActiveReports 8
BarType Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also