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

// Parameters
var lastYPoint; // Type:  any
var cBounds; // Type:  any
var pathArr; // Type:  any
var needAnimated; // Type:  any
var firstYPoint; // Type:  any
var initAniPath; // Type:  any
var valX; // Type:  any
var valY; // Type:  any
var axis; // Type:  any
var pointIdx; // Type:  any
var inverted; // Type:  any

value = instance.renderPoint(lastYPoint,
                             cBounds,
                             pathArr,
                             needAnimated,
                             firstYPoint,
                             initAniPath,
                             valX,
                             valY,
                             axis,
                             pointIdx,
                             inverted);
function renderPoint( 
   lastYPoint : any,
   cBounds : any,
   pathArr : any,
   needAnimated : any,
   firstYPoint : any,
   initAniPath : any,
   valX : any,
   valY : any,
   axis : any,
   pointIdx : any,
   inverted : any
) : any;

Parameters

lastYPoint
cBounds
pathArr
needAnimated
firstYPoint
initAniPath
valX
valY
axis
pointIdx
inverted
See Also

Reference

TrendlineRender Class