Class LegendPositions
Represents the LegendPositions. This enum is used to specify the position of the legend to be placed on tree map.
Inheritance
System.Object
LegendPositions
Namespace: Syncfusion.SfTreeMap.XForms
Assembly: Syncfusion.SfTreeMap.XForms.dll
Syntax
public sealed class LegendPositions : Enum
Fields
Bottom
Represents the bottom position. It arranges the legend to the bottom position.
Declaration
public const LegendPositions Bottom
Field Value
Type |
---|
LegendPositions |
Left
Represents the left position. It arranges the legend to the left position.
Declaration
public const LegendPositions Left
Field Value
Type |
---|
LegendPositions |
Right
Represents the right position. It arranges the legend to the right position.
Declaration
public const LegendPositions Right
Field Value
Type |
---|
LegendPositions |
Top
Represents the top position. It arranges the legend to the top position.
Declaration
public const LegendPositions Top
Field Value
Type |
---|
LegendPositions |