'Declaration
<System.ComponentModel.CategoryAttribute("Tooltips")> <System.ComponentModel.DescriptionAttribute("Controls the period of time the tooltips remain visible if the mouse pointer is stationary within the chart.")> <System.ComponentModel.DefaultValueAttribute(5000)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property AutoPopDelay As System.Integer
'Usage
Dim instance As NTooltipTool Dim value As System.Integer instance.AutoPopDelay = value value = instance.AutoPopDelay
[System.ComponentModel.Category("Tooltips")] [System.ComponentModel.Description("Controls the period of time the tooltips remain visible if the mouse pointer is stationary within the chart.")] [System.ComponentModel.DefaultValue(5000)] [System.Xml.Serialization.XmlAttribute()] public System.int AutoPopDelay {get; set;}