ActiveReports 12
MapLabelPositionType Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace : MapLabelPositionType Enumeration
Possible label positions for map meridians/parallels.
Syntax
'Declaration
 
Public Enum MapLabelPositionType 
   Inherits System.Enum
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

See Also

Reference

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace