Class TooltipPosition
Defines the tooltip position. They are: Fixed - Place the tooltip in the fixed position. Nearest- Tooltip moves along with the mouse.
Inheritance
System.Object
TooltipPosition
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class TooltipPosition : Enum
Fields
Fixed
Declaration
public const TooltipPosition Fixed
Field Value
Type |
---|
TooltipPosition |
Nearest
Declaration
public const TooltipPosition Nearest
Field Value
Type |
---|
TooltipPosition |