ChartDirector 7.1 (.NET Edition)

WinChartViewer.AutoPopDelay


Declaration

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

Description

Gets or sets the period of time (in milliseconds) that the tool tip remains visible if the mouse cursor is stationary.

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