| NetworkGraph {Microsoft.VisualBasic.Data.visualize.Network.Graph} | .NET clr documentation | 
The network graph object model
            
# namespace Microsoft.VisualBasic.Data.visualize.Network.Graph
export class NetworkGraph extends NetworkGraph`2 {
   # Returns the set of all Nodes that have emanating Edges.
   #  This therefore returns all Nodes that will be visible in the drawing.
   #  (这个属性之中是没有任何孤立的节点的)
   connectedNodes: Node[];
   graphEdges: iterates(Edge);
   id: string;
   name: string;
   pinnedNodes: Node[];
   size: tuple[integer, integer];
   vertex: iterates(Node);
}
        
        connectedNodes: NodegraphEdges: iterates(Edge)pinnedNodes: Nodesize: tuple[integer, integer]vertex: iterates(Node)