Class LegendPositions
To specify the legend position.
Inheritance
System.Object
LegendPositions
Namespace: Syncfusion.Windows.Forms.TreeMap
Assembly: Syncfusion.TreeMap.Windows.dll
Syntax
public sealed class LegendPositions : Enum
Fields
Bottom
To specify the legend positions as Bottom
Declaration
public const LegendPositions Bottom
Field Value
| Type |
|---|
| LegendPositions |
Left
To specify the legend positions as Left
Declaration
public const LegendPositions Left
Field Value
| Type |
|---|
| LegendPositions |
Right
To specify the legend positions as Right
Declaration
public const LegendPositions Right
Field Value
| Type |
|---|
| LegendPositions |
Top
To specify the legend positions as Top
Declaration
public const LegendPositions Top
Field Value
| Type |
|---|
| LegendPositions |