Class PointerRangePosition
Defines the position of the axis range and pointers.
Inheritance
System.Object
PointerRangePosition
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PointerRangePosition : Enum
Fields
Auto
Specifies the default position of the range and pointer in the axis.
Declaration
public const PointerRangePosition Auto
Field Value
Type |
---|
PointerRangePosition |
Cross
Specifies the position of the range and pointer on the axis.
Declaration
public const PointerRangePosition Cross
Field Value
Type |
---|
PointerRangePosition |
Inside
Specifies the position of the range and pointer inside the axis
Declaration
public const PointerRangePosition Inside
Field Value
Type |
---|
PointerRangePosition |
Outside
Specifies the position of the range and pointer outside the axis.
Declaration
public const PointerRangePosition Outside
Field Value
Type |
---|
PointerRangePosition |