ActiveReports 8
AnchorPlacementType Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also