Wijmo UI for the Web
playAnimation Method
wijmo.chart Namespace > TrendlineRender Class : playAnimation Method
Syntax
var instance = new wijmo.chart.TrendlineRender();
var value; // Type: any

// Parameters
var animationEnable; // Type:  any
var duration; // Type:  any
var easing; // Type:  any
var seTrans; // Type:  any
var cBounds; // Type:  any
var paths; // Type:  any
var fieldsAniPathAttr; // Type:  any
var axis; // Type:  any
var exVal; // Type:  any

value = instance.playAnimation(animationEnable,
                               duration,
                               easing,
                               seTrans,
                               cBounds,
                               paths,
                               fieldsAniPathAttr,
                               axis,
                               exVal);
function playAnimation( 
   animationEnable : any,
   duration : any,
   easing : any,
   seTrans : any,
   cBounds : any,
   paths : any,
   fieldsAniPathAttr : any,
   axis : any,
   exVal : any
) : any;

Parameters

animationEnable
duration
easing
seTrans
cBounds
paths
fieldsAniPathAttr
axis
exVal
See Also

Reference

TrendlineRender Class