ChartDirector 7.0 (Java Edition)

ViewPortAdapter.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.

The default implementation does nothing. Override to process this event.

Arguments

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

Return Value

None