ChartDirector 7.0 (Java Edition)

ViewPortListener.selectionChanged


Usage

public void selectionChanged(SelectionEvent e)

Description

The system will call this method when the user is selecting a region on the chart using "drag to select" mouse actions.

Arguments

ArgumentDefaultDescription
e(Mandatory)A SelectionEvent object containing data of the selection changed event.

Return Value

None