ComponentOne ASP.NET MVC Controls
ShowAtMouse Method

C1.Web.Mvc.Fluent Namespace > ChartTooltipBuilder Class : ShowAtMouse Method
The value.
Configurates C1.Web.Mvc.ChartTooltip.ShowAtMouse. Sets a value that determines whether the tooltip should be positioned with respect to the mouse position rather than the target element.
Syntax
'Declaration
 
Public Function ShowAtMouse( _
   ByVal value As Boolean _
) As ChartTooltipBuilder
public ChartTooltipBuilder ShowAtMouse( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartTooltipBuilder Class
ChartTooltipBuilder Members