Resets the graph.
[Visual Basic]
Public Sub Reset( _
ByVal update As Boolean _
)
[C#]
public void Reset(
bool update
);
Parameters
-
update
- Value that indicates whether the display panel is updated.
Example
How to reset the graph and update the display panel.
graphBuild.Reset(True)
graphBuild.Reset(true);
See Also
AwGraphBuild Class | Asterworld.Graph Namespace