Wijmo UI for the Web
hideDelay Field
wijmo.chart Namespace > chart_hint Interface : hideDelay Field
A value that indicates the number of milliseconds to wait before hiding the hint after the mouse leaves the chart element.
Default: 150
Syntax
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: number
value = instance.hideDelay;
var hideDelay : number;
Remarks
This allows you to use a different number of milliseconds when you mouse into a bar than when you mouse out.
See Also

Reference

chart_hint Interface
showDelay Field