2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / ChartToolTip Class / AutoPopDelay Property

In This Topic
    AutoPopDelay Property
    In This Topic
    Gets or sets the period of time the tooltip remains visible if the mouse pointer is stationary within an area with specified tooltip text.
    Syntax
    'Declaration
     
    Public Property AutoPopDelay As System.Integer
    public System.int AutoPopDelay {get; set;}
    See Also