ActiveReports 8
MapPolygonLabelPlacement Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace : MapPolygonLabelPlacement Enumeration

Glossary Item Box

Indicates the label placement of the polygon

Syntax

Visual Basic (Declaration) 
Public Enum MapPolygonLabelPlacement 
   Inherits System.Enum
C# 
public enum MapPolygonLabelPlacement : System.Enum 

Members

MemberDescription
BottomCenterLabel placed to the bottom center.
BottomLeftLabel placed to the bottom left.
BottomRightLabel placed to the bottom right.
MiddleCenterLabel placed to the middle center.
MiddleLeftLabel placed to the middle left.
MiddleRightLabel placed to the middle right.
TopCenterLabel placed to the top center.
TopLeftLabel placed to the top left.
TopRightLabel placed to the top right.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapPolygonLabelPlacement

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