Class LegendPosition
Defines the position of the legend in the treemap component.
Inheritance
System.Object
LegendPosition
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LegendPosition : Enum
Fields
Auto
Specifies to place the legend based on width and height.
Declaration
public const LegendPosition Auto
Field Value
Type |
---|
LegendPosition |
Bottom
Specifies to place the legend below the treemap.
Declaration
public const LegendPosition Bottom
Field Value
Type |
---|
LegendPosition |
Float
Specifies the legend to be floated above the treemap.
Declaration
public const LegendPosition Float
Field Value
Type |
---|
LegendPosition |
Left
Specifies to place the legend on the left of the treemap.
Declaration
public const LegendPosition Left
Field Value
Type |
---|
LegendPosition |
Right
Specifies to place the legend on the right of the treemap.
Declaration
public const LegendPosition Right
Field Value
Type |
---|
LegendPosition |
Top
Specifies to place the legend above the treemap.
Declaration
public const LegendPosition Top
Field Value
Type |
---|
LegendPosition |