Determines the gestures on which the ChartToolTipBehavior should show a tool tip.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Chart.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