Attribute "taillabel"

Use:optional
Used by:edge
Description:Text label to be placed near the tail of an edge.

Change the appearance of the tail label with the attributes labelfontname, labelfontcolor and labelfontsize.
Values:String
Default Value:""
Sponsored links:

Example 1/1:
Source code:
<graph file-name="graphs/taillabel" ranksep="0.8">
  
<node id="a" label="tail"/>
<node id="b" label="head"/>
<edge from="a" to="b" label="label" taillabel="taillabel"/>
</graph>
Sponsored links

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