ChartDirector 7.1 (.NET Edition)

WPFViewPortControl.updateDisplay


Usage

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

Description

Updates the display.

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

Arguments

None

Return Value

None