ComponentOne ASP.NET MVC Controls
ShowDelay Method

C1.Web.Mvc.Fluent Namespace > ChartTooltipBuilder Class : ShowDelay Method
The value.
Configurates C1.Web.Mvc.ChartTooltip.ShowDelay. Sets the delay, in milliseconds, before showing the tooltip after the mouse enters the target element.
Syntax
'Declaration
 
Public Function ShowDelay( _
   ByVal value As Integer _
) As ChartTooltipBuilder
public ChartTooltipBuilder ShowDelay( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartTooltipBuilder Class
ChartTooltipBuilder Members