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

In This Topic
    ChartLineAnchor Enumeration
    In This Topic
    Specifies shapes that should be drawn on the point end of the callout line.
    Syntax
    'Declaration
     
    Public Enum ChartLineAnchor 
       Inherits System.Enum
    public enum ChartLineAnchor : System.Enum 
    Members
    MemberDescription
    ArrowArrow.
    DiamondDiamond.
    NoneNone.
    RoundRound.
    SquareSquare.
    Inheritance Hierarchy

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

    See Also