ActiveReports 12
LegendPosition Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : LegendPosition Enumeration
Specifies the position of the legend.
Syntax
'Declaration
 
Public Enum LegendPosition 
   Inherits System.Enum
public enum LegendPosition : System.Enum 
Members
MemberDescription
BottomCenterIndicates that the legend is positioned below the chart at the center.
BottomLeftIndicates that the legend is positioned below the chart on the left.
BottomRightIndicates that the legend is positioned below the chart on the right.
LeftBottomIndicates that the legend is positioned to the left of the chart at the bottom.
LeftCenterIndicates that the legend is positioned to the left of the chart at the center.
LeftTopIndicates that the legend is positioned to the left of the chart at the top.
RightBottomIndicates that the legend is positioned to the right of the chart at the bottom.
RightCenterIndicates that the legend is positioned to the right of the chart at the center.
RightTopIndicates that the legend is positioned to the right of the chart at the top.
TopCenterIndicates that the legend is positioned above the chart at the center.
TopLeftIndicates that the legend is positioned above the chart on the left.
TopRightIndicates that the legend is positioned above the chart on the right.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.LegendPosition

See Also

Reference

GrapeCity.ActiveReports.PageReportModel Namespace