AwGraphBuild.Reset Method 

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.