Class LegendOrientation
Specifies the orientation of the legend items in the treemap.
Inheritance
System.Object
LegendOrientation
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LegendOrientation : Enum
Fields
Horizontal
Defines the legend renders with items places horizontally.
Declaration
public const LegendOrientation Horizontal
Field Value
Type | Description |
---|---|
LegendOrientation |
None
Specifies the legend item to be placed by default based on legend orientation.
Declaration
public const LegendOrientation None
Field Value
Type | Description |
---|---|
LegendOrientation |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Vertical
Defines the legend renders with items places vertically.
Declaration
public const LegendOrientation Vertical
Field Value
Type | Description |
---|---|
LegendOrientation |