ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / ArrowType Enumeration

In This Topic
    ArrowType Enumeration
    In This Topic
    Specifies the arrow type used for the axis line.
    Syntax
    'Declaration
     
    Public Enum ArrowType 
       Inherits System.Enum
    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