Wijmo UI for the Web
click Event
Standard jQuery event object
Information about an event
Fires when the user clicks the chart element.
Syntax
Javascript (Usage) 
$(function () {
    // Set click event handler function
    $(".selector").wijscatterchart({
        click : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
click = function ( 
   e : jQuery.Event,
   data : IScatterChartEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type
wijscatterchart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.