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

Glossary Item Box

Possible label positions for map meridians/parallels.

Syntax

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

Members

MemberDescription
CenterLabels are centered.
FarLabels are on the right for parallels and on bottom for meridians.
NearLabels are on the left for parallels and on top for meridians.
OneQuarterLabels are between the left and center for parallels and between top and center for meridians.
ThreeQuartersLabels are between the center and right for parallels and between center and bottom for meridians.

Inheritance Hierarchy

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

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