Wijmo UI for the Web
setClipRect メソッド
シンタックス
Javascript (Usage) 
var instance = new wijmo.chart.TrendlineRender();
var value; // Type: any

// パラメータ
var clipRect; //タイプ: any
var path; //タイプ: any
var cBounds; //タイプ: any

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

パラメータ

clipRect
path
cBounds

関連トピック

参照

TrendlineRender クラス

 

 


Copyright © GrapeCity inc. All rights reserved.