ActiveReports Developer 7
LegendPosition Enumeration
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : LegendPosition Enumeration

Glossary Item Box

Specifies the position of the legend.

Syntax

Visual Basic (Declaration) 
Public Enum LegendPosition 
   Inherits System.Enum
C# 
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