Enum Placement
Defines the placement of the pointer with respect to the axis line in the linear gauge.
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public enum Placement
Fields
| Name | Description |
|---|---|
| Center | Specifies the pointer to be placed at the center of the axis line. |
| Far | Specifies the pointer to be placed far from the axis line. |
| Near | Specifies the pointer to be placed near the axis line. |
| None | Specifies the pointer to be placed at default position. |