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

LegendPosition Enumeration
Specifies the legend position enumeration.
Syntax
'Declaration
 
Public Enum LegendPosition 
   Inherits 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