ChartDirector 7.0 (Java Edition)

TrackCursorListener.mouseExitedChart


Usage

public void mouseExitedChart(MouseEvent e)

Description

The system will call this method when the mouse leaves the chart.

When handling this event, ChartViewer.getChartMouseX, ChartViewer.getChartMouseY, ChartViewer.getPlotAreaMouseX and ChartViewer.getChartMouseY can be used to obtain the mouse cursor position in the chart pixel coordinate system.

Arguments

ArgumentDefaultDescription
e(Mandatory)A standard java.awt.event.MouseEvent object containing information about the mouse events.

Return Value

None