This event fires when the user clicks the chart element.
Syntax
Javascript (Usage) | |
---|
var instance; // Type: options
instance.click = function(e, args) { };
|
Javascript (Specification) | |
---|
click = function (
: Object,
: IWijLineChartEventArgs
) { };
|
Parameters
- e
- The jQuery.Event object.
- args
- The data with this event.
See Also
Reference
options type