Enum 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
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LegendPosition
Fields
| Name | Description |
|---|---|
| Bottom | Specifies Legend in the bottom position. |
| Left | Specifies Legend in the left position. |
| Right | Specifies Legend in the right position. |
| Top | Specifies Legend in the top position. |