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(
: any,
: any,
: any,
: any,
: any,
: any,
: any,
: any,
: any
) : any;