ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartHint Class / HideDuration Property

In This Topic
    HideDuration Property
    In This Topic
    A value that indicates the millisecond to hide the tooltip.
    Syntax
    'Declaration
     
    Public Property HideDuration As System.Nullable(Of Integer)
    public System.Nullable<int> HideDuration {get; set;}
    See Also