Wijmo UI for the Web
animation Option

Type: wijmo.chart.linechart_animation

The animation option defines the animation effect and controls other aspects of the widget's animation, such as duration and easing.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  wijmo.chart.linechart_animation
    value = $(".selector").wijlinechart("option", "animation");
    
    // Set value
    var newValue; // Type:  wijmo.chart.linechart_animation
    $(".selector").wijlinechart("option", "animation", newValue);
        
});
Javascript (Specification) 
var animation : linechart_animation;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlinechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.