ChartDirector 7.1 (.NET Edition)

WinViewPortControl.updateDisplay


Usage

[C#]public void updateDisplay();
[VB]Public Sub updateDisplay()

Description

Updates the display.

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

Arguments

None

Return Value

None