Class LegendPosition
To specify the legend position.
Inheritance
System.Object
LegendPosition
Namespace: Syncfusion.Windows.Forms.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public sealed class LegendPosition : Enum
Fields
BottomCenter
To specify the Legend Position as BottomCenter
Declaration
public const LegendPosition BottomCenter
Field Value
| Type |
|---|
| LegendPosition |
BottomLeft
To specify the Legend Position as BottomLeft
Declaration
public const LegendPosition BottomLeft
Field Value
| Type |
|---|
| LegendPosition |
BottomRight
To specify the Legend Position as BottomRight
Declaration
public const LegendPosition BottomRight
Field Value
| Type |
|---|
| LegendPosition |
Center
To specify the Legend Position as Center
Declaration
public const LegendPosition Center
Field Value
| Type |
|---|
| LegendPosition |
Default
To specify the Legend Position as Default
Declaration
public const LegendPosition Default
Field Value
| Type |
|---|
| LegendPosition |
MidLeft
To specify the Legend Position as MidLeft
Declaration
public const LegendPosition MidLeft
Field Value
| Type |
|---|
| LegendPosition |
MidRight
To specify the Legend Position as MidRight
Declaration
public const LegendPosition MidRight
Field Value
| Type |
|---|
| LegendPosition |
TopCenter
To specify the Legend Position as TopCenter
Declaration
public const LegendPosition TopCenter
Field Value
| Type |
|---|
| LegendPosition |
TopLeft
To specify the Legend Position as TopLeft
Declaration
public const LegendPosition TopLeft
Field Value
| Type |
|---|
| LegendPosition |
TopRight
To specify the Legend Position as TopRight
Declaration
public const LegendPosition TopRight
Field Value
| Type |
|---|
| LegendPosition |