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

// Parameters
var val; // Type:  any
var dir; // Type:  any
var axis; // Type:  any
var bounds; // Type:  any
var inverted; // Type:  any

value = instance.calculatePoint(val, dir, axis, bounds, inverted);
function calculatePoint( 
   val : any,
   dir : any,
   axis : any,
   bounds : any,
   inverted : any
) : any;

Parameters

val
dir
axis
bounds
inverted
See Also

Reference

TrendlineRender Class