ChartDirector 5.1 (.NET Edition)

WinChartViewer.InitialDelay


Declaration

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

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.