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