wijmo.chart.wijbarchart Namespace > options type : mouseDown Event |
Javascript (Usage) | |
---|---|
$(function () { // Set mouseDown event handler function $(".selector").wijbarchart({ mouseDown : function (e, data) { } }); }); |
Javascript (Specification) | |
---|---|
mouseDown = function ( e : jQuery.Event, data : IBarChartEventArgs ) { }; |