Chart.PointMouseOver

Syntax

PointMouseOver: function(sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: Point - hovered point of the data series.

Description

The PointMouseOver event occurs after hovering over 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