Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartArrowsType Enumeration

In This Topic
    ChartArrowsType Enumeration
    In This Topic
    Specifies types of arrowhead to use for line segments that join labels to their data points.
    Syntax
    'Declaration
     
    Public Enum ChartArrowsType 
       Inherits System.Enum
    public enum ChartArrowsType : System.Enum 
    Members
    MemberDescription
    LinesLine arrowheads.
    NoneNo arrowheads.
    SharpSharp arrowheads.
    TriangleTriangle arrowheads.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.ChartArrowsType

    See Also