Enum TooltipPosition
Specifies the tooltip position for the range or pointer in linear gauge.
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public enum TooltipPosition
Fields
| Name | Description |
|---|---|
| Center | Specifies the tooltip for the range or pointer to be placed at the center of the element. |
| End | Specifies the tooltip for the range or pointer to be placed at the end of the element. |
| Start | Specifies the tooltip for the range or pointer to be placed at the start of the element. |