Gets or sets the time that passes before the tooltip appears.
Namespace:
C1.Win.C1ChartAssembly: 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 |