ChartPoint.MouseOut

Syntax

MouseOut: function(sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The MouseOut event occurs after the mouse pointer leaves a point of chart data series.

Example

The example of use is given on the Example of Creating a Stacked Histogram page.

See also:

ChartPoint