Class MarkerType
Defines the type of marker in the linear gauge.
Inheritance
System.Object
MarkerType
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class MarkerType : Enum
Fields
Arrow
Specifies the marker as arrow.
Declaration
public const MarkerType Arrow
Field Value
Type |
---|
MarkerType |
Circle
Specifies the marker as circle.
Declaration
public const MarkerType Circle
Field Value
Type |
---|
MarkerType |
Diamond
Specifies the marker as diamond.
Declaration
public const MarkerType Diamond
Field Value
Type |
---|
MarkerType |
Image
Specifies the marker as image.
Declaration
public const MarkerType Image
Field Value
Type |
---|
MarkerType |
InvertedArrow
Specifies the marker as inverted arrow.
Declaration
public const MarkerType InvertedArrow
Field Value
Type |
---|
MarkerType |
InvertedTriangle
Specifies the marker as inverted triangle.
Declaration
public const MarkerType InvertedTriangle
Field Value
Type |
---|
MarkerType |
Rectangle
Specifies the marker as rectangle.
Declaration
public const MarkerType Rectangle
Field Value
Type |
---|
MarkerType |
Text
Specifies to render marker pointer type as text.
Declaration
public const MarkerType Text
Field Value
Type |
---|
MarkerType |
Remarks
You can render text pointer in the Linear Gauge by setting this value in the MarkerType property in LinearGaugePointer.
Triangle
Specifies the marker as triangle.
Declaration
public const MarkerType Triangle
Field Value
Type |
---|
MarkerType |