MindFusion WinForms Programmer's Guide
Chart.ToolTipDelay Property
See Also
 





Gets or sets the time that passes before a tool-tip appears when the mouse hovers over an item.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public int ToolTipDelay { get; set; }

Visual Basic  Copy Code

Public Property ToolTipDelay As Integer

 Property Value

An integer that specifies the tooltip delay, in miliseconds. Default value is 500.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace