ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLineTemplate.LineLabelPlacement Enumeration

In This Topic
    MapLineTemplate.LineLabelPlacement Enumeration
    In This Topic
    Defines the label placement for the line.
    Syntax
    'Declaration
     
    Public Enum MapLineTemplate.LineLabelPlacement 
       Inherits System.Enum
    public enum MapLineTemplate.LineLabelPlacement : 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.PageReportModel.MapLineTemplate.LineLabelPlacement

    See Also