ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnchorPlacementType Enumeration

In This Topic
    AnchorPlacementType Enumeration
    In This Topic
    Specifies how an annotation bar anchors to the position of an Annotation.
    Syntax
    'Declaration
     
    Public Enum AnchorPlacementType 
       Inherits System.Enum
    public enum AnchorPlacementType : System.Enum 
    Members
    MemberDescription
    BottomThe bar is anchored by its bottom side.
    BottomLeftThe bar is anchored by its bottom left corner.
    BottomRightThe bar is anchored by its bottom right corner.
    CenterThe bar is anchored by its center.
    LeftThe bar is anchored by its left side.
    RightThe bar is anchored by its top right side.
    TopThe bar is anchored by its top side.
    TopLeftThe bar is anchored by its top left corner.
    TopRightThe bar is anchored by its top right corner.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Chart.Annotations.AnchorPlacementType

    See Also