Fires when the user clicks the chart element.
Syntax
Javascript (Usage) | |
---|
var instance; // Type: options
instance.click = function(e, data) { };
|
Javascript (Specification) | |
---|
click = function (
: jQuery.Event,
: IBarChartEventArgs
) { };
|
Parameters
- e
- Standard jQuery event object
- data
- Information about an event
See Also
Reference
options type