Gets or sets the time that passes before the tooltip appears.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute(500)]
public int InitialDelay { get; set; }
Visual Basic
<DefaultValueAttribute(500)> _
Public Property InitialDelay As Integer
	Get
	Set

See Also