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