ChartDirector 5.1 (.NET Edition)

WinChartViewer.ReshowDelay


Declaration

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

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.