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

// Parameters
var options; // Type:  any
var aniPathsAttr; // Type:  any
var fieldsAniPathAttr; // Type:  any
var paths; // Type:  any
var shadowPaths; // Type:  any
var animationSet; // Type:  any
var linesStyle; // Type:  any
var seriesEles; // Type:  any

value = instance.renderTrendLineChart(options,
                                      aniPathsAttr,
                                      fieldsAniPathAttr,
                                      paths,
                                      shadowPaths,
                                      animationSet,
                                      linesStyle,
                                      seriesEles);
function renderTrendLineChart( 
   options : any,
   aniPathsAttr : any,
   fieldsAniPathAttr : any,
   paths : any,
   shadowPaths : any,
   animationSet : any,
   linesStyle : any,
   seriesEles : any
) : any;

Parameters

options
aniPathsAttr
fieldsAniPathAttr
paths
shadowPaths
animationSet
linesStyle
seriesEles
See Also

Reference

TrendlineRender Class