ChartDirector 7.0 (Java Edition)

ViewPortAdapter.viewPortChanged


Usage

public void viewPortChanged(ViewPortChangedEvent e)

Description

The system will call this method when the viewport is changed through mouse actions, or when ChartViewer.updateViewPort is called.

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

Arguments

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

Return Value

None