Fires when the user releases a mouse button while the pointer is over the chart element.
Syntax
Javascript (Usage) | |
---|
var instance; // Type: options
instance.mouseUp = function(e, data) { };
|
Javascript (Specification) | |
---|
mouseUp = function (
: jQuery.Event,
: IBarChartEventArgs
) { };
|
Parameters
- e
- Standard jQuery event object
- data
- Information about an event
See Also
Reference
options type