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