Xceed Chart for WinForms v4.4 Documentation
AutoPopDelay Property


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > TooltipInteractivityOperation Class : AutoPopDelay Property
Controls the period of time the tooltips remain visible if the mouse pointer is stationary within the chart.
Syntax
'Declaration
 
<CategoryAttribute("Tooltips")>
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the period of time the tooltips remain visible if the mouse pointer is stationary within the chart.")>
Public Property AutoPopDelay As Integer
'Usage
 
Dim instance As TooltipInteractivityOperation
Dim value As Integer
 
instance.AutoPopDelay = value
 
value = instance.AutoPopDelay
[Category("Tooltips")]
[DefaultValue()]
[Description("Controls the period of time the tooltips remain visible if the mouse pointer is stationary within the chart.")]
public int AutoPopDelay {get; set;}
Remarks
This property enables you to shorten or lengthen the time that the tooltip window is displayed when the mouse pointer is over a control. For example, if you display extensive help in a tooltip window, you can increase the value of this property to ensure that the user has sufficient time to read the text.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TooltipInteractivityOperation Class
TooltipInteractivityOperation Members