ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapColorScale.MapLabelBehavior Enumeration

In This Topic
    MapColorScale.MapLabelBehavior Enumeration
    In This Topic
    Indicates the positioning of the color scale labels.
    Syntax
    'Declaration
     
    Public Enum MapColorScale.MapLabelBehavior 
       Inherits System.Enum
    public enum MapColorScale.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.PageReportModel.MapColorScale.MapLabelBehavior

    See Also