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

In This Topic
    MapLabelBehavior Enumeration
    In This Topic
    Indicates the positioning of the color scale labels.
    Syntax
    'Declaration
     
    Public Enum MapLabelBehavior 
       Inherits System.Enum
    public enum MapLabelBehavior : System.Enum 
    Members
    MemberDescription
    AutoAutomatically determined
    ShowBorderValueLabels are displayed at the borders between color divisions.
    ShowMiddleValueLabels are displayed in the middle of each color division.
    Inheritance Hierarchy

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

    See Also