ComponentOne ASP.NET MVC Controls
Threshold Method

C1.Web.Mvc.Fluent Namespace > ChartTooltipBuilder Class : Threshold Method
The value.
Configurates C1.Web.Mvc.ChartTooltip.Threshold. Sets the maximum distance from the element to display the tooltip.
Syntax
'Declaration
 
Public Function Threshold( _
   ByVal value As Integer _
) As ChartTooltipBuilder
public ChartTooltipBuilder Threshold( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartTooltipBuilder Class
ChartTooltipBuilder Members