Wijmo UI for the Web
getCanvas メソッド
Raphael キャンバスオブジェクトへの参照を返します。
シンタックス
Javascript (Usage) 
$(function () {
    var returnsValue; //タイプ: Raphael
    returnsValue = $(".selector").wijcandlestickchart("getCanvas");
});
Javascript (Specification) 
function getCanvas() : Raphael;

戻り値の型

Raphael キャンバスオブジェクトへの参照。
使用例
$("#chartcore").wijchartcore("getCanvas")

関連トピック

参照

wijcandlestickchart タイプ
wijcandlestickchart メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.