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

// Parameters
var clipRect; // Type:  any
var path; // Type:  any
var cBounds; // Type:  any

value = instance.setClipRect(clipRect, path, cBounds);
function setClipRect( 
   clipRect : any,
   path : any,
   cBounds : any
) : any;

Parameters

clipRect
path
cBounds
See Also

Reference

TrendlineRender Class