ChartDirector 7.0 (Java Edition)

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

Arguments

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

Return Value

None