ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / MapMarkerLabelPlacement Enumeration

In This Topic
    MapMarkerLabelPlacement Enumeration
    In This Topic
    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