Specifies the position of the chart legend.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public enum LegendPosition |
Visual Basic
Copy Code
|
|---|
Public Enum LegendPosition |
Members| Member name | Description | |
|---|---|---|
![]() |
Bottom |
Indicates that the legend is positioned to the bottom. |
![]() |
Left |
Indicates that the legend is positioned to the left. |
![]() |
Right |
Indicates that the legend is positioned to the right. |
![]() |
Top |
Indicates that the legend is positioned to the top. |
See Also