ChartCanvasAxis.LabelMouseOut

Syntax

LabelMouseOut: function(sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: Event - mouse event, Tick - chart axis label.

Description

The LabelMouseOut event occurs on removing the cursor over the chart axis label.

Example

The example of use is given on the Example of Creating a Scatter Chart page.

See also:

ChartCanvasAxis