ChartDirector 7.1 (.NET Edition)

WinChartViewer.InitialDelay


Declaration

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

Description

Gets or sets the period of time (in milliseconds) that passes before the tool tip appears.

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