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

In This Topic
    MapLabelPlacement Enumeration
    In This Topic
    Indicates the labels placement along the color bar.
    Syntax
    'Declaration
     
    Public Enum MapLabelPlacement 
       Inherits System.Enum
    public enum MapLabelPlacement : System.Enum 
    Members
    MemberDescription
    AlternateOdd labels are below the color bar and even ones are above.
    BottomLabels are positioned below the color bar.
    TopLabels are positioned above the color bar.
    Inheritance Hierarchy

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

    See Also