Wijmo UI for the Web
click Event
wijmo.chart.wijcandlestickchart Namespace > options type : click Event
Standard jQuery event object
Information about an event
Fires when the user clicks the chart element.
Syntax
$(function () {
    // Set click event handler function
    $(".selector").wijcandlestickchart({
        click : function (e, data) {
     
        }
    });
});
click = function ( 
   e : jQuery.Event,
   data : ICandlestickChartEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijcandlestickchart jQuery Widget