Attribute "to"

Use:required
Used by:edge
Description:The id of the node where an edge goes to
Values:node ids
Default Value:
Sponsored links:

Example 1/1:
Source code:
<graph file-name="graphs/to" rankdir="LR">
  
<node id="a"/>
<node id="b"/>
<edge from="a" to="b" label="to b"/>
<edge from="a" to="b" dir="back" label="to b, dir=back"/>
</graph>
Sponsored links

 Copyright 2002-2010 by Martin Loetzsch (http://martin-loetzsch.de), all rights reserved. See the DotML licence for details.