ChartDirector 7.1 (.NET Edition)

WinChartViewer.ReshowDelay


Declaration

[C#]public int ReshowDelay {get; set;};
[VB]Public Property ReshowDelay As Integer

Description

Gets or sets the length of time (in milliseconds) that must transpire before subsequent tool tip windows can appear as the mouse cursor moves from one tool tip location to another.

The ReshowDelay has the same meaning as the ReshowDelay property of the standard .NET Windows Forms ToolTip control (System.Windows.Forms.ToolTip). Please refer to standard .NET documentation on the definition of ReshowDelay.