Class LegendPosition
Specifies the position of legend for ranges in circular gauge component.
Inheritance
System.Object
LegendPosition
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LegendPosition : Enum
Fields
Auto
Specifies the legend to be placed based on the available space.
Declaration
public const LegendPosition Auto
Field Value
Type |
---|
LegendPosition |
Bottom
Specifies the legend to be placed at the bottom of the circular gauge.
Declaration
public const LegendPosition Bottom
Field Value
Type |
---|
LegendPosition |
Custom
Specifies the legend to be placed based on the custom x and y location.
Declaration
public const LegendPosition Custom
Field Value
Type |
---|
LegendPosition |
Left
Specifies the legend to be placed at the left of the circular gauge.
Declaration
public const LegendPosition Left
Field Value
Type |
---|
LegendPosition |
Right
Specifies the legend to be placed at the right of the circular gauge.
Declaration
public const LegendPosition Right
Field Value
Type |
---|
LegendPosition |
Top
Specifies the legend to be placed at the top of the circular gauge.
Declaration
public const LegendPosition Top
Field Value
Type |
---|
LegendPosition |