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

MapLabelPlacement Enumeration
Specifies the labels placement along the color bar.
Syntax
'Declaration
 
Public Enum MapLabelPlacement 
   Inherits 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