Nevron.Chart.Windows Namespace / NTooltipTool Class / AutoPopDelay Property


In This Topic
    AutoPopDelay Property
    In This Topic
    Syntax
    '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;}
    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