Enum GaugeShape
Specifies the shape of a marker in circular gauge.
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public enum GaugeShape
Fields
| Name | Description |
|---|---|
| Circle | Renders a marker shape as circle. |
| Diamond | Renders the marker shape as diamond. |
| Image | Renders the marker shape as an image. |
| InvertedTriangle | Renders the marker shape as inverted triangle. |
| Rectangle | Renders the marker shape as rectangle. |
| Text | Renders the marker as text. |
| Triangle | Renders the marker shape as triangle. |