Attribute "labelfontcolor"

Use:optional
Used by:edge
Description:The font color for the headlabel and the taillabel of an edge.
Values:#000000 .. #FFFFFF (rgb)
Default Value:#000000
Sponsored links:

Example 1/1:
Source code:
<graph file-name="graphs/labelfontcolor" ranksep="0.7">
  
<node id="a"/>
<node id="b"/>
<node id="c"/>
<node id="d"/>
<edge from="a" to="b" label="red" headlabel="headlabel" taillabel="taillabel" labelfontcolor="#FF0000"/>
<edge from="c" to="d" label="blue" headlabel="headlabel" taillabel="taillabel" labelfontcolor="#0000FF"/>
</graph>
Sponsored links

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