wijmo.chart.wijlinechart Namespace > options type : animation Option |
The animation option defines the animation effect and controls other aspects of the widget's animation, such as duration and easing.
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; |