| Visual Basic (Declaration) | |
|---|---|
Public Enum LegendPosition Inherits System.Enum | |
| C# | |
|---|---|
public enum LegendPosition : System.Enum | |
| Member | Description |
|---|---|
| BottomCenter | Indicates that the legend is positioned below the chart at the center. |
| BottomLeft | Indicates that the legend is positioned below the chart on the left. |
| BottomRight | Indicates that the legend is positioned below the chart on the right. |
| LeftBottom | Indicates that the legend is positioned to the left of the chart at the bottom. |
| LeftCenter | Indicates that the legend is positioned to the left of the chart at the center. |
| LeftTop | Indicates that the legend is positioned to the left of the chart at the top. |
| RightBottom | Indicates that the legend is positioned to the right of the chart at the bottom. |
| RightCenter | Indicates that the legend is positioned to the right of the chart at the center. |
| RightTop | Indicates that the legend is positioned to the right of the chart at the top. |
| TopCenter | Indicates that the legend is positioned above the chart at the center. |
| TopLeft | Indicates that the legend is positioned above the chart on the left. |
| TopRight | Indicates that the legend is positioned above the chart on the right. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.LegendPosition