MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPointTemplate.MapPointLabelPlacement Enumeration

MapPointTemplate.MapPointLabelPlacement Enumeration
Defines the label placement for the point.
Syntax
'Declaration
 
Public Enum MapPointTemplate.MapPointLabelPlacement 
   Inherits System.Enum
 
Members
MemberDescription
BottomLabel placed to the bottom.
CenterLabel placed to the center.
LeftLabel placed to the left.
RightLabel placed to the right.
TopLabel placed to the top.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.MapPointTemplate.MapPointLabelPlacement

See Also