Wijmo UI for the Web
hideAnimated Field

A value that indicates the animation effect to use when the hint goes away after you mouse out of the chart element.

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: string
value = instance.hideAnimated;
Javascript (Specification) 
var hideAnimated : string;
Remarks
This allows you to use a different effect when you mouse into a chart elemrnt than when you mouse out. (See also showAnimated.) If you set this value to null, the animated property supplies the animation effect to use. The only animation style included is "fade." If you want a different one, you can create a custom animation
Browser Compatibility
7
5
5

See Also

Reference

chart_hint Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.