Fires when the user first places the pointer over the chart element.
Syntax
Javascript (Usage) | |
---|
var instance; // Type: options
instance.mouseOver = function(e, args) { };
|
Javascript (Specification) | |
---|
mouseOver = function (
: Object,
: IWijPieChartEventArgs
) { };
|
Parameters
- e
- The jQuery.Event object.
- args
- The data with this event.
See Also
Reference
options type