Determines the gestures on which the ChartToolTipBehavior should show a tool tip.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public enum ToolTipTriggerMode
Fields
The tool tip will be shown on the hold gesture.
C#
Hold = 1
The tool tip will be shown on the tap gesture.
C#
Tap = 0