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

MapLineLabelPlacement Enumeration
Specifies the label placement for the line.
Syntax
'Declaration
 
Public Enum MapLineLabelPlacement 
   Inherits System.Enum
 
Members
MemberDescription
AboveLabel placed above.
BelowLabel placed below.
CenterLabel placed to the center.
Inheritance Hierarchy

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

See Also