Class SFTreeMapLegendPosition
Represents the TreeMap legend position
Inheritance
System.Object
SFTreeMapLegendPosition
Namespace: Syncfusion.SfTreeMap.iOS
Assembly: Syncfusion.SfTreeMap.iOS.dll
Syntax
public sealed class SFTreeMapLegendPosition : Enum
Fields
SFTreeMapLegendPositionBottom
Represents legend position as bottom
Declaration
public const SFTreeMapLegendPosition SFTreeMapLegendPositionBottom
Field Value
SFTreeMapLegendPositionLeft
Represents legend position as left
Declaration
public const SFTreeMapLegendPosition SFTreeMapLegendPositionLeft
Field Value
SFTreeMapLegendPositionRight
Represents legend position as right
Declaration
public const SFTreeMapLegendPosition SFTreeMapLegendPositionRight
Field Value
SFTreeMapLegendPositionTop
Represents legend position as top
Declaration
public const SFTreeMapLegendPosition SFTreeMapLegendPositionTop