ChartDirector 7.1 (C++ Edition)

QChartViewer.updateDisplay


Usage

void updateDisplay();

Description

Updates the display.

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

Arguments

None

Return Value

None