ActiveReports Developer 7
AnchorPlacementType Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Annotations Namespace : AnchorPlacementType Enumeration

Glossary Item Box

Specifies how an annotation bar anchors to the position of an Annotation.

Syntax

Visual Basic (Declaration) 
Public Enum AnchorPlacementType 
   Inherits System.Enum
C# 
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