Gets an instance of the AwGraphBuild class that is used in this control.
[Visual Basic]
Public ReadOnly Property GraphBuild As
AwGraphBuild
Example
How to get a instance of the AwGraphBuild class that is used in this control.
Dim gb As AwGraphBuild = awGraph1.GraphBuild
AwGraphBuild gb = awGraph1.GraphBuild;
See Also
AwGraph Class | Asterworld.Graph Namespace