Enum LegendPosition
To specify the legend position.
Namespace: Syncfusion.Windows.Forms.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public enum LegendPosition
Fields
| Name | Description |
|---|---|
| BottomCenter | To specify the Legend Position as BottomCenter |
| BottomLeft | To specify the Legend Position as BottomLeft |
| BottomRight | To specify the Legend Position as BottomRight |
| Center | To specify the Legend Position as Center |
| Default | To specify the Legend Position as Default |
| MidLeft | To specify the Legend Position as MidLeft |
| MidRight | To specify the Legend Position as MidRight |
| TopCenter | To specify the Legend Position as TopCenter |
| TopLeft | To specify the Legend Position as TopLeft |
| TopRight | To specify the Legend Position as TopRight |