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

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