This event fires when the user moves the pointer off of the chart element.
Syntax
Javascript (Usage) | |
---|
$(function () {
// Set mouseOut event handler function
$(".selector").wijlinechart({
mouseOut : function (e, args) {
}
});
});
|
Javascript (Specification) | |
---|
mouseOut = function (
: Object,
: IWijLineChartEventArgs
) { };
|
Parameters
- e
- The jQuery.Event object.
- args
- The data with this event.
See Also
Reference
options type
wijlinechart jQuery Widget