ActiveReports 12
MapMarkerLabelPlacement Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace : MapMarkerLabelPlacement Enumeration
Defines the label placement for the marker.
Syntax
'Declaration
 
Public Enum MapMarkerLabelPlacement 
   Inherits System.Enum
public enum MapMarkerLabelPlacement : System.Enum 
Members
MemberDescription
BottomLabel placed to the bottom.
CenterLabel placed to the center.
LeftLabel placed to the left.
RightLabel placed to the right.
TopLabel placed to the top.
Inheritance Hierarchy

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

See Also

Reference

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