Class LegendPlacement
Represents the legend placement to customize the legend position.
Inheritance
System.Object
LegendPlacement
Namespace: Syncfusion.Maui.TreeMap
Assembly: Syncfusion.Maui.TreeMap.dll
Syntax
public sealed class LegendPlacement : Enum
Fields
Bottom
Specifies legend in the bottom position.
Declaration
public const LegendPlacement Bottom
Field Value
Type |
---|
LegendPlacement |
Left
Specifies legend in the left position.
Declaration
public const LegendPlacement Left
Field Value
Type |
---|
LegendPlacement |
Right
Specifies legend in the right position.
Declaration
public const LegendPlacement Right
Field Value
Type |
---|
LegendPlacement |
Top
Specifies legend in the top position.
Declaration
public const LegendPlacement Top
Field Value
Type |
---|
LegendPlacement |