ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / LegendPosition Enumeration

In This Topic
    LegendPosition Enumeration
    In This Topic
    Defines the legend position enumeration.
    Syntax
    'Declaration
     
    Public Enum LegendPosition 
       Inherits System.Enum
    public enum LegendPosition : System.Enum 
    Members
    MemberDescription
    BottomCenterThe bottom center legend position.
    BottomLeftThe bottom left legend position.
    BottomRightThe bottom right legend position.
    LeftBottomThe left bottom legend position.
    LeftCenterThe left center legend position.
    LeftTopThe left top legend position.
    RightBottomThe right bottom legend position.
    RightCenterThe right center legend position.
    RightTopThe right top legend position.
    TopCenterThe top center legend position.
    TopLeftThe top left legend position.
    TopRightThe top right legend position.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.LegendPosition

    See Also