ComponentOne ASP.NET MVC Controls
OnClientPopup Method

C1.Web.Mvc.Fluent Namespace > ChartTooltipBuilder Class : OnClientPopup Method
The value.
Configurates the C1.Web.Mvc.ChartTooltip.OnClientPopup client event. Occurs before the tooltip content is displayed.
Syntax
'Declaration
 
Public Function OnClientPopup( _
   ByVal value As String _
) As ChartTooltipBuilder
public ChartTooltipBuilder OnClientPopup( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartTooltipBuilder Class
ChartTooltipBuilder Members