Specifies the alignment of the chart legend.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public enum LegendAlignment |
Visual Basic
Copy Code
|
|---|
Public Enum LegendAlignment |
Members| Member name | Description | |
|---|---|---|
![]() |
Begin |
The legend is drawn at the beginning of the side. |
![]() |
Center |
The legend is drawn at the center of the side. |
![]() |
End |
The legend is drawn at the far end of the side. |
See Also