Show contents 

Working with Charts > Classes > ChartAxisTick > ChartAxisTick.MouseOver

ChartAxisTick.MouseOver

Syntax

MouseOver: function(sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The MouseOver event occurs after hovering over a label in the chart.

Example

The example of use is given on the page with description of the ChartText class constructor.

See also:

ChartAxisTick