MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / ArrowType Enumeration

ArrowType Enumeration
Specifies the arrow type used for the axis line.
Syntax
'Declaration
 
Public Enum ArrowType 
   Inherits System.Enum
 
Members
MemberDescription
LinesLines are used to create an arrow.
NoneNo arrow type is used.
TriangleA triangle is used as the arrow.
Inheritance Hierarchy

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

See Also