ChartDirector 5.1 (Java Edition)

ViewPortListener.viewPortChanged


Usage

public void viewPortChanged(ViewPortChangedEvent e)

Description

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

Arguments

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

Return Value

None