ChartDirector 7.0 (Java Edition)

ChartViewer.updateDisplay


Usage

public void updateDisplay()

Description

Updates the display.

If a chart is assigned to a ChartViewer for display, the ChartViewer will automatically display it. If the chart is subsequently modified (eg. by drawing additional things in its dynamic layer - see BaseChart.initDynamicLayer), this method can be used to notify the ChartViewer that the modification has been completed so that it can update the display.

Arguments

None

Return Value

None