ChartDirector 7.1 (C++ Edition)

CChartViewer.updateDisplay


Usage

void updateDisplay();

Description

Updates the display.

If a chart is assigned to a CChartViewer for display, the CChartViewer 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 CChartViewer that the modification has been completed so that it can update the display.

Arguments

None

Return Value

None