Wijmo UI for the Web
hide Method
wijmo.chart Namespace > ChartTooltip type : hide Method
Syntax
var instance = new wijmo.chart.ChartTooltip();
var value; // Type: any

// Parameters
var hideImmediately; // Type:  bool

value = instance.hide(hideImmediately);
function hide( 
   hideImmediately : bool
) : any;

Parameters

hideImmediately
See Also

Reference

ChartTooltip type