ChartDirector 7.0 (Java Edition)

ViewPortControl.updateDisplay


Usage

public void updateDisplay()

Description

Updates the display.

Normally, the ViewPortControl display will automatically update if the viewport of the associated ChartViewer object is changed. So calling updateDisplay is not necessary. However, if the display needs to be updated for other reasons, such as if the viewport border color has been modified, this method can be used to notify the ViewPortControl that the modification has been completed so that it can update the display.

Arguments

None

Return Value

None