Chart.PointMouseOver

Syntax

PointMouseOver: function(sender, args);

Parameters

sender. Event source.

args. Event information. Available argument - Point. A hovered data series point.

Description

The PointMouseOver event occurs after hovering over a point of chart data series.

Example

The event use is given in the example of creating a stacked histogram.

See also:

Chart