ChartPoint.MouseOver

Syntax

MouseOver: function(sender, args);

Parameters

sender. Event source.

args. Event information.

Description

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

ChartPoint