Attribute "fontcolor"

Use:optional
Used by:graph, cluster, node, record, edge
Description:The font color for object labels.
Values:#000000 .. #FFFFFF (rgb)
Default Value:#000000
Sponsored links:

Example 1/1:
Source code:
<graph file-name="graphs/fontcolor" fontcolor="#FF0000" label="red">
  
<node id="a" fontcolor="#00FF00" label="green"/>
<node id="b" fontcolor="#0000FF" label="blue"/>
<edge from="a" to="b" fontcolor="#000000" label="black"/>
</graph>
Sponsored links

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