Class PointerType
Defines the type of pointer in the axis.
Inheritance
System.Object
PointerType
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PointerType : Enum
Fields
Marker
Specifies the pointer type as marker.
Declaration
public const PointerType Marker
Field Value
Type |
---|
PointerType |
Needle
Specifies the pointer type as needle.
Declaration
public const PointerType Needle
Field Value
Type |
---|
PointerType |
RangeBar
Specifies the pointer type as range bar.
Declaration
public const PointerType RangeBar
Field Value
Type |
---|
PointerType |