Enum LegendPosition
Specifies the position of legend for ranges in circular gauge component.
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LegendPosition
Fields
| Name | Description |
|---|---|
| Auto | Specifies the legend to be placed based on the available space. |
| Bottom | Specifies the legend to be placed at the bottom of the circular gauge. |
| Custom | Specifies the legend to be placed based on the custom x and y location. |
| Left | Specifies the legend to be placed at the left of the circular gauge. |
| Right | Specifies the legend to be placed at the right of the circular gauge. |
| Top | Specifies the legend to be placed at the top of the circular gauge. |