GoXam for WPF v3
ForceDirectedNetwork Constructor
Northwoods.GoXam.Layout Namespace > ForceDirectedNetwork Class : ForceDirectedNetwork Constructor
Constructs an empty network.
Syntax
public ForceDirectedNetwork()
Remarks
Use this default constructor to create an empty network. Call GenericNetwork<V,E,Y>.AddNodesAndLinks to automatically add network nodes and links, or call GenericNetwork<V,E,Y>.AddNode and LinkVertexes explicitly to have more detailed control over the exact graph that is laid out.
See Also

Reference

ForceDirectedNetwork Class
ForceDirectedNetwork Members