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

Glossary Item Box

Specifies the arrow type used for the axis line.

Syntax

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