Enum Position
Defines the position of the axis ticks and labels.
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public enum Position
Fields
| Name | Description |
|---|---|
| Cross | Specifies the position of the tick line and axis label on the axis. |
| Inside | Specifies the position of the tick line and axis label inside the axis. |
| Outside | Specifies the position of the tick line and axis label outside the axis. |