wijmo.chart.wijscatterchart Namespace > options type : animation Option |
An option that controls aspects of the widget's animation, such as duration and easing.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: wijmo.chart.chart_animation value = $(".selector").wijscatterchart("option", "animation"); // Set value var newValue; // Type: wijmo.chart.chart_animation $(".selector").wijscatterchart("option", "animation", newValue); }); |
Javascript (Specification) | |
---|---|
var animation : chart_animation; |