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

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