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