Xceed Chart for WinForms v4.4 Documentation
InitialDelay Property


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > TooltipInteractivityOperation Class : InitialDelay Property
Gets or sets the time that passes before the tooltip appears.
Syntax
'Declaration
 
<CategoryAttribute("Tooltips")>
<DescriptionAttribute("Gets or sets the time that passes before the tooltip appears.")>
<DefaultValueAttribute()>
Public Property InitialDelay As Integer
'Usage
 
Dim instance As TooltipInteractivityOperation
Dim value As Integer
 
instance.InitialDelay = value
 
value = instance.InitialDelay
[Category("Tooltips")]
[Description("Gets or sets the time that passes before the tooltip appears.")]
[DefaultValue()]
public int InitialDelay {get; set;}
Remarks
This property enables you to shorten or lengthen the time that the chart control waits before displaying a tooltip window. If the value of the InitialDelay property is set to a value that is too long in duration, the user of your application may not know that your application provides tooltip help. You can use this property to ensure that the user has tooltips displayed quickly by shortening the time specified.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TooltipInteractivityOperation Class
TooltipInteractivityOperation Members