Xceed Chart for WinForms v4.4 Documentation
ReshowDelay Property


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > TooltipInteractivityOperation Class : ReshowDelay Property
Gets or sets the length of time that must transpire before subsequent tooltip windows appear as the mouse pointer moves from one chart element to another.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Tooltips")>
<DescriptionAttribute("Gets or sets the time that must transpire before subsequent tooltip windows appear.")>
Public Property ReshowDelay As Integer
'Usage
 
Dim instance As TooltipInteractivityOperation
Dim value As Integer
 
instance.ReshowDelay = value
 
value = instance.ReshowDelay
[DefaultValue()]
[Category("Tooltips")]
[Description("Gets or sets the time that must transpire before subsequent tooltip windows appear.")]
public int ReshowDelay {get; set;}
Remarks
This property enables you to shorten or lengthen the time that the tooltip waits before displaying a tooltip window after a previous tooltip window is displayed. The first time a tooltip window is displayed the value of the InitialDelay property is used to determine the delay to apply before initially showing the tooltip window. When a tooltip window is currently being displayed and the user moves the cursor to another chart element or control that displays a tooltip window, the value of the ReshowDelay property is used before showing the tooltip for the new control. The tooltip window from the previous control must still be displayed in order for the delay specified in the ReshowDelay property to be used; otherwise the InitialDelay property value is used.
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