ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / Position Enumeration

In This Topic
    Position Enumeration
    In This Topic
    Specifies the legend position
    Syntax
    'Declaration
     
    Public Enum Position 
       Inherits System.Enum
    public enum Position : System.Enum 
    Members
    MemberDescription
    BottomIndicates that legend is aligned to chart bottom
    LeftIndicates that legend is aligned to chart left side
    RightIndicates that legend is aligned to chart right side
    TopIndicates that legend is aligned to chart top
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.DV.Position

    See Also