Enum MarkerType
Defines the type of marker in the linear gauge.
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public enum MarkerType
Fields
| Name | Description |
|---|---|
| Arrow | Specifies the marker as arrow. |
| Circle | Specifies the marker as circle. |
| Diamond | Specifies the marker as diamond. |
| Image | Specifies the marker as image. |
| InvertedArrow | Specifies the marker as inverted arrow. |
| InvertedTriangle | Specifies the marker as inverted triangle. |
| Rectangle | Specifies the marker as rectangle. |
| Text | Specifies to render marker pointer type as text. |
| Triangle | Specifies the marker as triangle. |