Wijmo UI for the Web
closeBehavior Field
wijmo.chart Namespace > chart_hint Interface : closeBehavior Field

Determines how to close the tooltip. Behaviors include auto or sticky.

Syntax
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: any
value = instance.closeBehavior;
var closeBehavior : any;
Remarks
Options: "auto", "none" and "sticky".
See Also

Reference

chart_hint Interface