Gets or sets the length of time that must transpire before subsequent tooltip windows appear as the mouse pointer moves from one area to another.

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

Syntax

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

See Also