Updates the display panel and redraws the graph.
[Visual Basic]
Public Sub UpdateDisplayPanel()
[C#]
public void UpdateDisplayPanel();
Example
How to update the display panel and redraw the graph.
graphBuild.UpdateDisplayPanel()
graphBuild.UpdateDisplayPanel();
See Also
AwGraphBuild Class | Asterworld.Graph Namespace