Wijmo UI for the Web
painted イベント
標準 jQuery.Event オブジェクト。
このイベントは、キャンバスが描画された後に発生します。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijbarchart({ 
        painted : function (e) { 
     
        } 
    });
});
Javascript (Specification) 
painted = function ( 
   e : jQuery.Event
) { };

パラメータ

e
標準 jQuery.Event オブジェクト。

関連トピック

参照

options タイプ
wijbarchart メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.