Enum Position
Defines the position of the elements in the linear gauge. The elements that can be positioned are pointers, ticks, labels and ranges.
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public enum Position
Fields
| Name | Description |
|---|---|
| Auto | Specifies the position of the elements to be placed based on the available size in linear gauge. |
| Cross | Specifies the position of the elements to be placed on the axis. |
| Inside | Specifies the position of the elements to be placed inside the axis. |
| Outside | Specifies the position of the elements to be placed outside the axis. |