ChartDirector 7.1 (C++ Edition)

QViewPortControl.updateDisplay


Usage

void updateDisplay();

Description

Updates the display.

Normally, the QViewPortControl display will automatically update if the viewport of the associated QChartViewer 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 QViewPortControl that the modification has been completed so that it can update the display.

Arguments

None

Return Value

None