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 |
---|
LegendOrientation |
None
Specifies the legend item to be placed by default based on legend orientation.
Declaration
public const LegendOrientation None
Field Value
Type |
---|
LegendOrientation |
Vertical
Defines the legend renders with items places vertically.
Declaration
public const LegendOrientation Vertical
Field Value
Type |
---|
LegendOrientation |