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