Enum LegendPosition
Defines the position of the legend in the treemap component.
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LegendPosition
Fields
| Name | Description |
|---|---|
| Auto | Specifies to place the legend based on width and height. |
| Bottom | Specifies to place the legend below the treemap. |
| Float | Specifies the legend to be floated above the treemap. |
| Left | Specifies to place the legend on the left of the treemap. |
| Right | Specifies to place the legend on the right of the treemap. |
| Top | Specifies to place the legend above the treemap. |