Chart.PointMouseOut

Syntax

PointMouseOut: function(sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: Point - data series point left by the mouse pointer.

Description

The PointMouseOut 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:

Chart