ActiveReports.Chart Request technical support
BarType Enumeration
See Also  


Specifies the type of bars to use.

Syntax

Visual Basic (Declaration) 
Public Enum BarType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As BarType
C# 
public enum BarType : 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
         DataDynamics.ActiveReports.Chart.BarType

See Also