Class Position
Defines the position of the axis ticks and labels.
Inheritance
System.Object
Position
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Position : Enum
Fields
Cross
Specifies the position of the tick line and axis label on the axis.
Declaration
public const Position Cross
Field Value
Type |
---|
Position |
Inside
Specifies the position of the tick line and axis label inside the axis.
Declaration
public const Position Inside
Field Value
Type |
---|
Position |
Outside
Specifies the position of the tick line and axis label outside the axis.
Declaration
public const Position Outside
Field Value
Type |
---|
Position |