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