| wijmo.chart.wijcompositechart 名前空間 > options タイプ : beforePaint イベント |
| Javascript (Usage) | |
|---|---|
$(function () { %JQueryMemberName%イベントハンドラ関数を設定する $(".selector").wijcompositechart({ beforePaint : function (e) { } }); }); | |
| Javascript (Specification) | |
|---|---|
beforePaint = function ( e : jQuery.Event ) { }; | |