Gets or sets the period of time the tooltip remains visible if the mouse pointer is stationary within an area with specified tooltip text.

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

Syntax

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

See Also