Class LegendPosition
Defines the Legend position
- Right:Legend in the left-right position.
- Left:Legend in the left position.
- Up:Legend in the left-up position
- Down:Legend in the left-down position
Inheritance
System.Object
LegendPosition
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LegendPosition : Enum
Fields
Bottom
Specifies Legend in the bottom position.
Declaration
public const LegendPosition Bottom
Field Value
Type |
---|
LegendPosition |
Left
Specifies Legend in the left position.
Declaration
public const LegendPosition Left
Field Value
Type |
---|
LegendPosition |
Right
Specifies Legend in the right position.
Declaration
public const LegendPosition Right
Field Value
Type |
---|
LegendPosition |
Top
Specifies Legend in the top position.
Declaration
public const LegendPosition Top
Field Value
Type |
---|
LegendPosition |